Skip to content

Commit ba042ca

Browse files
authored
Merge pull request #165 from jaydeokar/release-1.0
Update builder image to latest golang version
2 parents 65468e0 + f1cb8bd commit ba042ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v3
7373
- uses: actions/setup-go@v4
7474
with:
75-
go-version: '1.21.4'
75+
go-version: '1.21.5'
7676
cache-dependency-path: "**/go.sum"
7777
- name: Install `govulncheck`
7878
run: go install golang.org/x/vuln/cmd/govulncheck@latest

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.3-4-gcc-al2 as builder
2+
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.5-6-gcc-al2 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)