mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-24 10:38:36 +08:00
ci: Force the Go version for govulncheck (#5879)
This commit is contained in:
parent
130f6d1f83
commit
fae195ac7e
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -57,4 +57,5 @@ jobs:
|
||||||
- name: govulncheck
|
- name: govulncheck
|
||||||
uses: golang/govulncheck-action@v1
|
uses: golang/govulncheck-action@v1
|
||||||
with:
|
with:
|
||||||
|
go-version-input: '~1.21.0'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user