[Buildroot] [git commit branch/2020.11.x] package/go: bump version to 1.15.11

Peter Korsgaard peter at korsgaard.com
Sun Apr 4 09:36:04 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c661fc4310d0fbd7fa67ebe2137b0c0e446f6ea6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.11.x

go1.15.11 (released 2021/04/01) includes fixes to cgo, the compiler, linker,
runtime, the go command, and the database/sql and net/http packages

https://golang.org/doc/go1.15

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit abfb504eafa8bb94cf63b2ef669884fbbacc70db)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/go/go.hash | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/go/go.hash b/package/go/go.hash
index 19962633fb..871ac026e1 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256  c1dbca6e0910b41d61a95bf9878f6d6e93d15d884c226b91d9d4b1113c10dd65  go1.15.10.src.tar.gz
+sha256  f25b2441d4c76cf63cde94d59bab237cc33e8a2a139040d904c8630f46d061e5  go1.15.11.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 3f942a2cf0..418b9bf9fb 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.15.10
+GO_VERSION = 1.15.11
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 


More information about the buildroot mailing list