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 4204eff commit bca2467Copy full SHA for bca2467
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.22.3
+GO_VERSION ?= 1.22.5
28
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
29
30
ifeq ($(GOPATH),)
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/apiserver-network-proxy
2
3
-go 1.22.3
+go 1.22.5
4
toolchain go1.22.4
5
6
require (
0 commit comments