Skip to content

Commit bd56c9d

Browse files
authored
update Golang to 1.21.3 (#2616)
1 parent 6c86a4d commit bd56c9d

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-4
lines changed

Makefile

+1-1
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.10-11-gcc-al2
25+
GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.21.3-4-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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-vpc-cni-k8s
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/apparentlymart/go-cidr v1.1.0

0 commit comments

Comments
 (0)