File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
- id : govulncheck
27
27
uses : ./.github/actions/govulncheck
28
28
with :
29
- go-version-input : 1.21.5
29
+ go-version-input : 1.21.6
30
30
go-version-file : go.mod
31
31
cache : false
32
32
repo-checkout : false
33
33
- id : govulncheck-tests-agent
34
34
uses : ./.github/actions/govulncheck
35
35
with :
36
- go-version-input : 1.21.5
36
+ go-version-input : 1.21.6
37
37
go-version-file : test/agent/go.mod
38
38
cache : false
39
39
repo-checkout : false
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.21.5-6 -gcc-al2
25
+ GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.21.6-7 -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
- FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.4-5 -gcc-al2 as builder
1
+ FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.6-7 -gcc-al2 as builder
2
2
3
3
WORKDIR /workspace
4
4
ENV GOPROXY direct
You can’t perform that action at this time.
0 commit comments