package/go: bump to version 1.15.6
authorChristian Stewart <christian@paral.in>
Wed, 16 Dec 2020 09:02:25 +0000 (01:02 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 16 Dec 2020 11:16:59 +0000 (12:16 +0100)
go1.15.6 (released 2020/12/03) includes fixes to the compiler, linker, runtime,
the go command, and the io package.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/go/go.hash
package/go/go.mk

index 79d6abe8df59997494fcf77526c898cd34f72837..de2cf74cbb6031557bbe3e2fa75c9b1000ca62d8 100644 (file)
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256  c1076b90cf94b73ebed62a81d802cd84d43d02dea8c07abdc922c57a071c84f1  go1.15.5.src.tar.gz
+sha256  890bba73c5e2b19ffb1180e385ea225059eb008eb91b694875dd86ea48675817  go1.15.6.src.tar.gz
 sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index d2ab9b81dd53d1fd504f941726c4108b6bc1976a..d9f4905eb916395f7e80f465c3a5a38f583e40b3 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.15.5
+GO_VERSION = 1.15.6
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz