We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65468e0 + f1cb8bd commit ba042caCopy full SHA for ba042ca
.github/workflows/pr-tests.yaml
@@ -72,7 +72,7 @@ jobs:
72
uses: actions/checkout@v3
73
- uses: actions/setup-go@v4
74
with:
75
- go-version: '1.21.4'
+ go-version: '1.21.5'
76
cache-dependency-path: "**/go.sum"
77
- name: Install `govulncheck`
78
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.3-4-gcc-al2 as builder
+FROM public.ecr.aws/eks-distro-build-tooling/golang:1.21.5-6-gcc-al2 as builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
0 commit comments