ci: add check-latest param in vulncheck.yml (#2197)

ci: add check-latest param
This commit is contained in:
kinggo 2022-11-08 21:20:14 +08:00 committed by GitHub
parent 87cedc2022
commit 486f3709ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.19
check-latest: true
- name: Fetch Repository
uses: actions/checkout@v3
- name: Install Govulncheck