build-style/go: allow override GOTOOLCHAIN

This commit is contained in:
Đoàn Trần Công Danh 2023-08-24 20:59:56 +07:00
parent e0a00298e8
commit c359aaaa46
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export CGO_CXXFLAGS="$CXXFLAGS"
export CGO_LDFLAGS="$LDFLAGS"
export CGO_ENABLED="${CGO_ENABLED:-1}"
export GO111MODULE=auto
export GOTOOLCHAIN=local
export GOTOOLCHAIN="${GOTOOLCHAIN:-local}"
export GOPROXY="https://proxy.golang.org,direct"
export GOSUMDB="sum.golang.org"