Skip to content

Commit

Permalink
Set GOTOOLCHAIN to local to prevent auto-download of new Go
Browse files Browse the repository at this point in the history
  • Loading branch information
bwesterb committed Aug 14, 2023
1 parent e229e8c commit c6d8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ GOSUMDB=sum.golang.org

# Automatically download newer toolchains as directed by go.mod files.
# See https://go.dev/doc/toolchain for details.
GOTOOLCHAIN=auto
GOTOOLCHAIN=local

0 comments on commit c6d8c70

Please sign in to comment.