Skip to content

Commit

Permalink
Merge pull request #165 from jaydeokar/release-1.0
Browse files Browse the repository at this point in the history
Update builder image to latest golang version
  • Loading branch information
jaydeokar authored Dec 13, 2023
2 parents 65468e0 + f1cb8bd commit ba042ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.4'
go-version: '1.21.5'
cache-dependency-path: "**/go.sum"
- name: Install `govulncheck`
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
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
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit ba042ca

Please sign in to comment.