Skip to content

Commit e34378d

Browse files
authored
update to go 1.20.5 (#3253)
1 parent 0f7612a commit e34378d

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
@@ -4,7 +4,7 @@ MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))
44
# Image URL to use all building/pushing image targets
55
IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.5.2
66
# Image URL to use for builder stage in Docker build
7-
BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:1.20.4
7+
BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:1.20.5
88
# Image URL to use for base layer in Docker build
99
BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2
1010
IMG_PLATFORM ?= linux/amd64,linux/arm64

0 commit comments

Comments
 (0)