build: use local go toolchain in release script
This commit is contained in:
@@ -24,7 +24,9 @@ echo ""
|
||||
# Stable build env for this machine/toolchain
|
||||
export GOPATH="${GOPATH:-/tmp/go}"
|
||||
export GOCACHE="${GOCACHE:-/tmp/gocache}"
|
||||
export GOTOOLCHAIN="${GOTOOLCHAIN:-go1.22.12}"
|
||||
# Use the locally installed Go toolchain by default.
|
||||
# A pinned or auto-downloaded toolchain can still be requested via env override.
|
||||
export GOTOOLCHAIN="${GOTOOLCHAIN:-local}"
|
||||
mkdir -p "${GOPATH}" "${GOCACHE}"
|
||||
|
||||
# Create release directory
|
||||
|
||||
Reference in New Issue
Block a user