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

Commit ad26aca

Browse files
committed
ci: Always use latest go for govulncheck (#41)
1 parent 5760f97 commit ad26aca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,11 @@ jobs:
225225
strategy:
226226
matrix:
227227
module: [api, common, .]
228+
fail-fast: false
228229
steps:
229-
- name: Check out code
230-
uses: actions/checkout@v4
231-
232230
- id: govulncheck
233231
uses: golang/govulncheck-action@v1
234232
with:
235233
work-dir: ${{ matrix.module }}
236234
go-version-file: go.mod
235+
check-latest: true

0 commit comments

Comments
 (0)