Skip to content
Snippets Groups Projects
Unverified Commit 5c37ee5d authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(gomod): pass GOSUMDB (#12243)

parent 2c78d9a2
No related merge requests found
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment