package/go: bump to 1.13.1

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019.11.x
Christian Stewart 2019-10-08 11:33:51 -07:00 committed by Peter Korsgaard
parent 1218a2be41
commit f9d2bd24ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# From https://golang.org/dl/
sha256 f56e48fce80646d3c94dcf36d3e3f490f6d541a92070ad409b87b6bbb9da3954 go1.12.10.src.tar.gz
sha256 81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358 go1.13.1.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
GO_VERSION = 1.12.10
GO_VERSION = 1.13.1
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz