Skip to content

Commit 4ebf003

Browse files
committed
update Go version in workflow file
1 parent b2613e8 commit 4ebf003

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
99
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1010
with:
11-
go-version: 1.22
11+
go-version: 1.23
1212
- run: make build

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/GoogleContainerTools/gcp-auth-webhook
22

3-
go 1.22.0
3+
go 1.23.0
4+
45
toolchain go1.23.4
56

67
require (

0 commit comments

Comments
 (0)