We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9808173 + 80a43d6 commit c1a1e09Copy full SHA for c1a1e09
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.5
+GO_VERSION ?= 1.22.7
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.5
+go 1.22.7
4
5
require (
6
github.com/google/uuid v1.6.0
0 commit comments