File tree 5 files changed +46
-4
lines changed
5 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 22
22
# VERSION is the source revision that executables and images are built from.
23
23
VERSION ?= $(shell git describe --tags --always --dirty || echo "unknown")
24
24
# 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
26
26
# BASE_IMAGE_CNI is the base layer image for the primary AWS VPC CNI plugin container
27
27
BASE_IMAGE_CNI ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-iptables:latest.2
28
28
# BASE_IMAGE_CNI_INIT is the base layer image for the AWS VPC CNI init container
Original file line number Diff line number Diff line change 1
1
module github.com/aws/amazon-vpc-cni-k8s
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/apparentlymart/go-cidr v1.1.0
You can’t perform that action at this time.
0 commit comments