Skip to content

Commit 98a4fe7

Browse files
committed
go mod edit -go 1.23.6
1 parent 435979b commit 98a4fe7

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.23.0
27+
GO_VERSION ?= 1.23.6
2828
BASEIMAGE ?= gcr.io/distroless/static-debian12: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.23.0
3+
go 1.23.6
44

55
require (
66
github.com/golang/mock v1.6.0

0 commit comments

Comments
 (0)