Skip to content

Commit c1a1e09

Browse files
authoredNov 24, 2024··
Merge pull request #677 from cheftako/master
Update golang to 1.22.7
2 parents 9808173 + 80a43d6 commit c1a1e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎Makefile

+1-1
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),)

Diff for: ‎go.mod

+1-1
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)
Please sign in to comment.