Skip to content

Commit

Permalink
package/go: bump to version 1.12
Browse files Browse the repository at this point in the history
Go 1.12 was released on 2/25/2019: https://blog.golang.org/go1.12

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 <[email protected]>
  • Loading branch information
paralin committed Feb 26, 2019
1 parent 928c1fb commit f4d2777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/go/go.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# From https://golang.org/dl/
sha256 bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e go1.11.5.src.tar.gz
sha256 09c43d3336743866f2985f566db0520b36f4992aea2b4b2fd9f52f17049e88f2 go1.12.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
2 changes: 1 addition & 1 deletion package/go/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

GO_VERSION = 1.11.5
GO_VERSION = 1.12
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz

Expand Down

0 comments on commit f4d2777

Please sign in to comment.