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 3714065 commit 8d9ae49Copy full SHA for 8d9ae49
.github/workflows/golangci-lint.yaml
@@ -11,7 +11,7 @@ permissions:
11
contents: read
12
13
env:
14
- GO_VERSION: v1.23.6
+ GO_VERSION: v1.24.0
15
GOLANGCI_LINT_VERSION: v2.1.6
16
17
jobs:
Makefile
@@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
24
# The output type could either be docker (local), or registry.
25
OUTPUT_TYPE ?= docker
26
GO_TOOLCHAIN ?= golang
27
-GO_VERSION ?= 1.23.6
+GO_VERSION ?= 1.24.0
28
BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
29
30
ifeq ($(GOPATH),)
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/apiserver-network-proxy
2
3
-go 1.23.6
+go 1.24.0
4
5
require (
6
github.com/google/uuid v1.6.0
0 commit comments