Skip to content

Commit

Permalink
fix(gomod): pass GOSUMDB (renovatebot#12243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Arkins authored Oct 21, 2021
1 parent 2c78d9a commit 5c37ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/gomod/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export async function updateArtifacts({
GOPRIVATE: process.env.GOPRIVATE,
GONOPROXY: process.env.GONOPROXY,
GONOSUMDB: process.env.GONOSUMDB,
GOSUMDB: process.env.GOSUMDB,
GOFLAGS: useModcacherw(config.constraints?.go) ? '-modcacherw' : null,
CGO_ENABLED: getGlobalConfig().binarySource === 'docker' ? '0' : null,
...getGitEnvironmentVariables(),
Expand Down

0 comments on commit 5c37ee5

Please sign in to comment.