Skip to content

Commit

Permalink
Merge pull request #2140 from code-elinka/pin-go-version
Browse files Browse the repository at this point in the history
Pin golang patch version in Makefile
  • Loading branch information
k8s-ci-robot authored May 23, 2023
2 parents a5542be + 39ac64a commit 7d9c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARCH ?= amd64
ALL_ARCH := amd64

# Image to use for building.
BUILD_IMAGE ?= golang:1.20
BUILD_IMAGE ?= golang:1.20.4
# Containers will be named: $(CONTAINER_PREFIX)-$(BINARY)-$(ARCH):$(VERSION).
CONTAINER_PREFIX ?= ingress-gce

Expand Down

0 comments on commit 7d9c4fc

Please sign in to comment.