Skip to content

Commit 80a43d6

Browse files
committed
Update golang to 1.22.7
Pending dependency changes require golang 1.22.7. Upgrading to allow those dependencies to go through.
1 parent 9808173 commit 80a43d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
2424
# The output type could either be docker (local), or registry.
2525
OUTPUT_TYPE ?= docker
2626
GO_TOOLCHAIN ?= golang
27-
GO_VERSION ?= 1.22.5
27+
GO_VERSION ?= 1.22.7
2828
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
2929

3030
ifeq ($(GOPATH),)

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.22.5
3+
go 1.22.7
44

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

0 commit comments

Comments
 (0)