commit 353fb5c
hovercats
·
2025-01-11 23:54:37 +0000 UTC
parent bb84de0
go: fix GO_BOOTSTRAP variable to point to correct go version in go-bootstrap package
1 files changed,
+1,
-1
+1,
-1
1@@ -10,7 +10,7 @@ export CC="${CC:-cc}"
2 export GOARCH=amd64
3 export GO_LDFLAGS="-w -s"
4
5-export GOROOT_BOOTSTRAP="/usr/lib/go1.17.13"
6+export GOROOT_BOOTSTRAP="/usr/lib/go1.20.6"
7 export GOROOT="$PWD"
8 export GOROOT_FINAL="/usr/lib/go"
9