Skip to content

Commit

Permalink
deploy: add explicit GOPROXY
Browse files Browse the repository at this point in the history
The PostValidate step is failing with an error similar to that
seen in golang/go#48713.

Try adding an explicit GOPROXY env variable to fix (this was the
workaround suggested in that bug).

Change-Id: Ief36255e1668f89400593b63d3063f96a9cf9057
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/551835
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
tatianab committed Dec 20, 2023
1 parent be4519c commit 2366295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ steps:
name: golang:1.12.5
entrypoint: bash
args: ["-ec", "go run ./cmd/checkdb -v1 -legacy /workspace/deployed/go-vulndb"]
env:
- 'GOPROXY=https://proxy.golang.org'

0 comments on commit 2366295

Please sign in to comment.