build: use local go toolchain in release script
This commit is contained in:
@@ -61,6 +61,10 @@ Important limitation:
|
||||
- `scripts/release.sh` does not run `make build-all` for you
|
||||
- if you want Linux or additional macOS archives in the release directory, build them before running the script
|
||||
|
||||
Toolchain note:
|
||||
- `scripts/release.sh` defaults `GOTOOLCHAIN=local` to use the already installed Go toolchain and avoid implicit network downloads during release builds
|
||||
- if you intentionally want another toolchain, pass it explicitly, for example `GOTOOLCHAIN=go1.24.0 ./scripts/release.sh`
|
||||
|
||||
## Run locally
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user