Skip to content

Commit 3cb0ff0

Browse files
committed
chore: updated go to 1.24.0
Signed-off-by: Lan Liang <[email protected]>
1 parent 3714065 commit 3cb0ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
env:
14-
GO_VERSION: v1.23.6
14+
GO_VERSION: v1.24.0
1515
GOLANGCI_LINT_VERSION: v2.1.6
1616

1717
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/apiserver-network-proxy
22

3-
go 1.23.6
3+
go 1.24.0
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)