Skip to content

Commit

Permalink
Merge pull request #658 from nckturner/release-0.5-update-go-1.21.4
Browse files Browse the repository at this point in the history
Cherry-pick: Update go to 1.21.4 (#648)
  • Loading branch information
k8s-ci-robot authored Dec 4, 2023
2 parents 9f4d94a + d777219 commit 2fdedb0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "Dependency Review"
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
with:
show-progress: false
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
vulnerability-check: false
govulncheck:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
with:
show-progress: false
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.4
go-version-file: go.mod
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.19-gcc
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.4

FROM --platform=$BUILDPLATFORM $golang_image AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
Expand Down

0 comments on commit 2fdedb0

Please sign in to comment.