Skip to content

Commit 658dd9e

Browse files
authored
update golang image (#2586)
1 parent af3464b commit 658dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# VERSION is the source revision that executables and images are built from.
2323
VERSION ?= $(shell git describe --tags --always --dirty || echo "unknown")
2424
# GOLANG_IMAGE is the building golang container image used.
25-
GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.20.4-5-gcc-al2
25+
GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.20.8-9-gcc-al2
2626
# BASE_IMAGE_CNI is the base layer image for the primary AWS VPC CNI plugin container
2727
BASE_IMAGE_CNI ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-iptables:latest.2
2828
# BASE_IMAGE_CNI_INIT is the base layer image for the AWS VPC CNI init container

0 commit comments

Comments
 (0)