|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
# Use last Go version that go-bootstrap-stage1 can build: v1.19.x
|
|
# Use last Go version that go-bootstrap-stage1 can build: v1.19.x
|
|
# See https://golang.org/doc/install/source#bootstrapFromSource
|
|
# See https://golang.org/doc/install/source#bootstrapFromSource
|
|
-GO_BOOTSTRAP_STAGE2_VERSION = 1.19.11
|
|
|
|
|
|
+GO_BOOTSTRAP_STAGE2_VERSION = 1.19.13
|
|
GO_BOOTSTRAP_STAGE2_SITE = https://storage.googleapis.com/golang
|
|
GO_BOOTSTRAP_STAGE2_SITE = https://storage.googleapis.com/golang
|
|
GO_BOOTSTRAP_STAGE2_SOURCE = go$(GO_BOOTSTRAP_STAGE2_VERSION).src.tar.gz
|
|
GO_BOOTSTRAP_STAGE2_SOURCE = go$(GO_BOOTSTRAP_STAGE2_VERSION).src.tar.gz
|
|
|
|
|