summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorChristian Stewart <christian@paral.in>2017-05-30 12:36:13 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-30 23:18:56 +0200
commit0ccc3395caadfb35828d10c19466c87591ba8ee9 (patch)
tree3cbb64724954e035c7e8904f215522b4f4405577 /package
parent10b386d2dc03b53b03d6923d84c4a128f47322e4 (diff)
downloadbuildroot-0ccc3395caadfb35828d10c19466c87591ba8ee9.tar.gz
buildroot-0ccc3395caadfb35828d10c19466c87591ba8ee9.zip
go: bump version to 1.8.3
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>
Diffstat (limited to 'package')
-rw-r--r--package/go/go.hash2
-rw-r--r--package/go/go.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/go/go.hash b/package/go/go.hash
index e50f0041f1..1836af2482 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc go1.7.4.src.tar.gz
+sha256 5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6 go1.8.3.src.tar.gz
diff --git a/package/go/go.mk b/package/go/go.mk
index a461342581..a64356e069 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -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
OpenPOWER on IntegriCloud