Skip to content

Commit

Permalink
deploy: revert to go1.19.2
Browse files Browse the repository at this point in the history
Revert the PostValidate step to use older Go version while we investigate
an error.

Change-Id: I90c8a8371f086132174664729cb8d60dc88af3cc
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/551975
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
Run-TryBot: Tatiana Bradley <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
tatianab committed Dec 20, 2023
1 parent 2c36315 commit 8aa4e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ steps:
- mkdir /workspace/deployed && gsutil -q -m cp -r gs://go-vulndb /workspace/deployed

- id: PostValidate
name: golang:1.12.5
name: golang:1.19.2
entrypoint: bash
args: ["-ec", "go env && go run ./cmd/checkdb -v1 -legacy /workspace/deployed/go-vulndb"]
args: ["-ec", "go run ./cmd/checkdb -v1 -legacy /workspace/deployed/go-vulndb"]
env:
- 'GOPROXY=https://proxy.golang.org'

0 comments on commit 8aa4e3b

Please sign in to comment.