Skip to content

Commit 2f60f7d

Browse files
committed
Update to go1.21.5
1 parent 60641d0 commit 2f60f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v3
4646
- uses: actions/setup-go@v4
4747
with:
48-
go-version: '1.21.4'
48+
go-version: '1.21.5'
4949
cache-dependency-path: "**/go.sum"
5050
- name: Install `govulncheck`
5151
run: go install golang.org/x/vuln/cmd/govulncheck@latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))
1212
VERSION ?= $(GIT_VERSION)
1313
IMAGE ?= $(REPO):$(VERSION)
1414
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
1616
GOARCH ?= amd64
1717
PLATFORM ?= linux/amd64
1818

0 commit comments

Comments
 (0)