fix(govulncheck): Downgrade govulncheck to fix github action (#12973)
This commit is contained in:
parent
8a5c3573df
commit
93bb5779fe
|
|
@ -15,5 +15,5 @@ jobs:
|
||||||
uses: Templum/govulncheck-action@v0.10.0
|
uses: Templum/govulncheck-action@v0.10.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
vulncheck-version: latest
|
vulncheck-version: v0.0.0-20230320232729-bfc1eaef17a4
|
||||||
package: ./...
|
package: ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue