Skip to content

Commit

Permalink
Update Go version to 1.22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
swetharepakula committed Oct 25, 2024
1 parent b67ef1c commit 22e768b
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.4
BUILD_IMAGE ?= golang:1.22.8
# 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.4
go 1.22.8

require (
github.com/GoogleCloudPlatform/gke-networking-api v0.1.2-0.20240909212819-4b1bab7c69ea
Expand Down

0 comments on commit 22e768b

Please sign in to comment.