diff --git a/Makefile b/Makefile index f28fea2c45..7ab9c55699 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ OS ?= linux ALL_ARCH := amd64 # Image to use for building. -BUILD_IMAGE ?= golang:1.22.0 +BUILD_IMAGE ?= golang:1.22.4 # Containers will be named: $(CONTAINER_PREFIX)-$(BINARY)-$(ARCH):$(VERSION). CONTAINER_PREFIX ?= ingress-gce diff --git a/go.mod b/go.mod index ad3db04723..ee7da975cf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module k8s.io/ingress-gce -go 1.22.0 +go 1.22.4 require ( github.com/GoogleCloudPlatform/k8s-cloud-provider v1.27.0