Skip to content

Commit 0d67f52

Browse files
authored
Update the config for govulncheck (#697)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 1980d8a commit 0d67f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
steps:
2525
- id: govulncheck
2626
uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0
27-
continue-on-error: true
2827
with:
29-
go-version-file: 'go.mod'
28+
go-version-input: ''
29+
go-version-file: go.mod
3030
go-package: ./...
3131

3232
golangci:

0 commit comments

Comments
 (0)