Skip to content

Commit

Permalink
deploy: bump Go version for worker.yaml
Browse files Browse the repository at this point in the history
Change-Id: I6a25a11118f4554881e8d0bb809a5c7fb10c98da
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/612215
Reviewed-by: Damien Neil <[email protected]>
Auto-Submit: Tatiana Bradley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
tatianab authored and gopherbot committed Sep 10, 2024
1 parent f271507 commit c3f0f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:

steps:
- id: Lock
name: golang:1.21.5
name: golang:1.23.0
entrypoint: bash
args:
- -ec
Expand All @@ -25,7 +25,7 @@ steps:
-project $PROJECT_ID -build $BUILD_ID -repo https://go.googlesource.com/vulndb
- id: Test
name: golang:1.21.5
name: golang:1.23.0
entrypoint: bash
args:
- -ec
Expand Down

0 comments on commit c3f0f4a

Please sign in to comment.