From 1af9d9dd25b96af77f25c3051f394b8495e07e66 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Sat, 16 Mar 2019 19:01:42 -0700 Subject: [PATCH] package/go: bump to version 1.12.1 Go 1.12 was released on 2/25/2019: https://blog.golang.org/go1.12 Go 1.12.1 was released on 3/14/2019: https://golang.org/doc/devel/release.html#go1.12.minor Additional notes on how Go modules will evolve in 2019 are here: https://blog.golang.org/modules2019 In Go 1.12, module support remains the same as in Go 1.11. GOPATH is scheduled for deprecation in 1.13, however. The Buildroot Go package infrastructure should therefore aim to migrate to a new, currently undefined, Go module friendly compilation approach before Go 1.13 is released. Signed-off-by: Christian Stewart Signed-off-by: Thomas Petazzoni --- 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 29891399c3..60aa1e1f57 100644 --- a/package/go/go.hash +++ b/package/go/go.hash @@ -1,3 +1,3 @@ # From https://golang.org/dl/ -sha256 bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e go1.11.5.src.tar.gz +sha256 0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a go1.12.1.src.tar.gz sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE diff --git a/package/go/go.mk b/package/go/go.mk index 4daa2fe093..c27f161f48 100644 --- a/package/go/go.mk +++ b/package/go/go.mk @@ -4,7 +4,7 @@ # ################################################################################ -GO_VERSION = 1.11.5 +GO_VERSION = 1.12.1 GO_SITE = https://storage.googleapis.com/golang GO_SOURCE = go$(GO_VERSION).src.tar.gz