Skip to content

Commit 4ff21d5

Browse files
authored
upgrade Golang version to 1.21.6 (#2755)
1 parent f91d492 commit 4ff21d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- id: govulncheck
2727
uses: ./.github/actions/govulncheck
2828
with:
29-
go-version-input: 1.21.5
29+
go-version-input: 1.21.6
3030
go-version-file: go.mod
3131
cache: false
3232
repo-checkout: false
3333
- id: govulncheck-tests-agent
3434
uses: ./.github/actions/govulncheck
3535
with:
36-
go-version-input: 1.21.5
36+
go-version-input: 1.21.6
3737
go-version-file: test/agent/go.mod
3838
cache: false
3939
repo-checkout: false

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.21.5-6-gcc-al2
25+
GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.21.6-7-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

test/agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
WORKDIR /workspace
44
ENV GOPROXY direct

0 commit comments

Comments
 (0)