File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@v3
46
46
- uses : actions/setup-go@v4
47
47
with :
48
- go-version : ' 1.21.4 '
48
+ go-version : ' 1.21.5 '
49
49
cache-dependency-path : " **/go.sum"
50
50
- name : Install `govulncheck`
51
51
run : go install golang.org/x/vuln/cmd/govulncheck@latest
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.4
15
+ BUILD_IMAGE ?= public.ecr.aws/bitnami/golang:1.21.5
16
16
GOARCH ?= amd64
17
17
PLATFORM ?= linux/amd64
18
18
You can’t perform that action at this time.
0 commit comments