File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
steps :
44
44
- name : Checkout
45
45
uses : actions/checkout@v3
46
+ - uses : actions/setup-go@v4
47
+ with :
48
+ go-version : ' 1.21.4'
49
+ cache-dependency-path : " **/go.sum"
46
50
- name : Install `govulncheck`
47
51
run : go install golang.org/x/vuln/cmd/govulncheck@latest
48
52
- name : Run `govulncheck`
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN GIT_VERSION=$(git describe --tags --always) && \
34
34
FROM $BASE_IMAGE
35
35
36
36
WORKDIR /
37
- COPY --from=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.9 .0-eks-1-21-4 /usr/local/bin /go-runner /usr/local/bin/go-runner
37
+ COPY --from=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.15 .0-eks-1-27-3 /go-runner /usr/local/bin/go-runner
38
38
COPY --from=builder /workspace/controller .
39
39
40
40
ENTRYPOINT ["/controller" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))
12
12
VERSION ?= $(GIT_VERSION )
13
13
IMAGE ?= $(REPO ) :$(VERSION )
14
14
BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:latest.2
15
- BUILD_IMAGE ?= public.ecr.aws/bitnami/golang:1.21.3
15
+ BUILD_IMAGE ?= public.ecr.aws/bitnami/golang:1.21.4
16
16
GOARCH ?= amd64
17
17
PLATFORM ?= linux/amd64
18
18
You can’t perform that action at this time.
0 commit comments