Skip to content

Commit

Permalink
Merge pull request #2592 from swetharepakula/go-1224
Browse files Browse the repository at this point in the history
Build using Go 1.22.4
  • Loading branch information
k8s-ci-robot authored Jun 26, 2024
2 parents 8de54e3 + 16259af commit 6eac116
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 @@ -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

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 k8s.io/ingress-gce

go 1.22.0
go 1.22.4

require (
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.27.0
Expand Down

0 comments on commit 6eac116

Please sign in to comment.