diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-07-17 15:13:00 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-07-17 15:13:00 +0800 |
commit | 8000a7f7691e733dd27dea30bed32dfc3d805ffb (patch) | |
tree | f6e638ba665954544aec41adc7971f905107bfbf /lang/golang/golang-host-build.mk | |
parent | 0174cea69757589be50b9dd774394ce18cf61dae (diff) |
golang: Update to 1.20.6
Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of
Host header).
This also updates the copyright information for various Go packaging
files.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/golang/golang-host-build.mk')
-rw-r--r-- | lang/golang/golang-host-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/golang/golang-host-build.mk b/lang/golang/golang-host-build.mk index 4b9e29873..7c7551fd1 100644 --- a/lang/golang/golang-host-build.mk +++ b/lang/golang/golang-host-build.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 Jeffery To +# Copyright (C) 2020, 2022 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. |