Skip to content

Commit

Permalink
Update govulncheck to 1.0.4, actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 21, 2024
1 parent 75129e1 commit 1cd234d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends binfmt-support qemu-user-static
- run: ./build.sh
- run: ./test.sh gosu-amd64
Expand All @@ -25,13 +25,13 @@ jobs:
- run: docker build --pull --file hub/Dockerfile.alpine hub
- run: docker build --pull --file hub/Dockerfile.debian hub

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
# https://github.com/golang/vuln/commits/master
# https://github.com/golang/vuln/releases
# https://github.com/golang/vuln/tags
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.0.1
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.0.4
# (update "go-version" above when updating this version; https://github.com/golang/vuln/blob/v1.0.1/go.mod#L3)

- run: for gosu in gosu-*; do ./govulncheck-with-excludes.sh -mode=binary "$gosu"; done

0 comments on commit 1cd234d

Please sign in to comment.