We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2613e8 commit 4ebf003Copy full SHA for 4ebf003
.github/workflows/build.yml
@@ -8,5 +8,5 @@ jobs:
8
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
10
with:
11
- go-version: 1.22
+ go-version: 1.23
12
- run: make build
go.mod
@@ -1,6 +1,7 @@
1
module github.com/GoogleContainerTools/gcp-auth-webhook
2
3
-go 1.22.0
+go 1.23.0
4
+
5
toolchain go1.23.4
6
7
require (
0 commit comments