Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
ci: Always use latest go for govulncheck (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Apr 9, 2024
1 parent f819811 commit 92184b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,11 @@ jobs:
strategy:
matrix:
module: [api, common, .]
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
work-dir: ${{ matrix.module }}
go-version-file: go.mod
check-latest: true

0 comments on commit 92184b0

Please sign in to comment.