Skip to content

Commit

Permalink
Update go version in Makefile to 1.29.9
Browse files Browse the repository at this point in the history
  • Loading branch information
avrittrohwer committed Apr 23, 2024
1 parent 4622d50 commit 31ed359
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 @@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
# The output type could either be docker (local), or registry.
OUTPUT_TYPE ?= docker
GO_TOOLCHAIN ?= golang
GO_VERSION ?= 1.21.6
GO_VERSION ?= 1.21.9
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot

ifeq ($(GOPATH),)
Expand Down

0 comments on commit 31ed359

Please sign in to comment.