Skip to content

Commit

Permalink
update golang base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jdn5126 committed Feb 7, 2023
1 parent d2f240d commit 284aac3
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 @@ -57,7 +57,7 @@ export DOCKER_BUILDKIT=1
GOARCH = $(TARGETARCH)

# GOLANG_IMAGE is the building golang container image used.
GOLANG_IMAGE = public.ecr.aws/eks-distro-build-tooling/golang:1.19.2-1-gcc-al2
GOLANG_IMAGE = public.ecr.aws/eks-distro-build-tooling/golang:1.19.5-1-gcc-al2
# For the requested build, these are the set of Go specific build environment variables.
export GOOS = linux
export CGO_ENABLED = 0
Expand Down

0 comments on commit 284aac3

Please sign in to comment.