From 80a43d6fe0b6a4f325c8dedc6748653ae0794ce5 Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Wed, 20 Nov 2024 22:53:40 +0000 Subject: [PATCH] Update golang to 1.22.7 Pending dependency changes require golang 1.22.7. Upgrading to allow those dependencies to go through. --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 721af6e3f..7bc2b6515 100644 --- a/Makefile +++ b/Makefile @@ -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),) diff --git a/go.mod b/go.mod index fbcf4c569..2e0223a16 100644 --- a/go.mod +++ b/go.mod @@ -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