]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
go: bump version to 1.8.3
authorChristian Stewart <christian@paral.in>
Tue, 30 May 2017 19:36:13 +0000 (12:36 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 May 2017 21:18:56 +0000 (23:18 +0200)
Bumping Go to 1.8.3 from 1.7.

Go 1.8 comes with significant performance improvements, particularly
around ARM: "CPU time required by our benchmark programs was reduced by
20-30% on 32-bit ARM systems."

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/go/go.hash
package/go/go.mk

index e50f0041f1017bc5d56815fdeb20b444be0ce4a4..1836af248275e5e2a42c11c6912a26f59a25afcd 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc  go1.7.4.src.tar.gz
+sha256 5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6        go1.8.3.src.tar.gz
index a461342581ea4d868a30ec2e76b81f7fa973b06a..a64356e06946cc9364a19531c7007c3f5cb33c73 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.7.4
+GO_VERSION = 1.8.3
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz