Skip to content

Commit

Permalink
Source GOFLAGS from environment (#561)
Browse files Browse the repository at this point in the history
* Source GOFLAGS from environment

* Update changelog with GOFLAGS
  • Loading branch information
joshwlewis authored Jul 15, 2024
1 parent ca29e17 commit 14a68b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

* Source GOFLAGS from the environment

## [v192] - 2024-06-04

* Add go1.22.4
Expand Down
1 change: 1 addition & 0 deletions lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ loadEnvDir() {
envFlags+=("GO_LINKER_SYMBOL")
envFlags+=("GO_LINKER_VALUE")
envFlags+=("GO15VENDOREXPERIMENT")
envFlags+=("GOFLAGS")
envFlags+=("GOPROXY")
envFlags+=("GOPRIVATE")
envFlags+=("GONOPROXY")
Expand Down

0 comments on commit 14a68b3

Please sign in to comment.