Skip to content

Commit

Permalink
Merge pull request #677 from cheftako/master
Browse files Browse the repository at this point in the history
Update golang to 1.22.7
  • Loading branch information
k8s-ci-robot authored Nov 24, 2024
2 parents 9808173 + 80a43d6 commit c1a1e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
# The output type could either be docker (local), or registry.
OUTPUT_TYPE ?= docker
GO_TOOLCHAIN ?= golang
GO_VERSION ?= 1.22.5
GO_VERSION ?= 1.22.7
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot

ifeq ($(GOPATH),)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/apiserver-network-proxy

go 1.22.5
go 1.22.7

require (
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit c1a1e09

Please sign in to comment.