From 284aac3a153d6373c7506f5e7d256250113974a4 Mon Sep 17 00:00:00 2001 From: Jeff Nelson Date: Tue, 7 Feb 2023 20:12:47 +0000 Subject: [PATCH] update golang base image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17201dac983..6dd414a518d 100644 --- a/Makefile +++ b/Makefile @@ -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