Skip to content

Commit

Permalink
Pin golang patch version in Makefile
Browse files Browse the repository at this point in the history
Patches of golang could differ and
make the debugging process harder.
To demolish that problem we should
pin not only major.minor versions
but also patch one.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
code-elinka authored May 23, 2023
1 parent 02cd7a6 commit 39ac64a
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 39ac64a

Please sign in to comment.