Skip to content

Commit

Permalink
ci: add check-latest param in vulncheck.yml (#2197)
Browse files Browse the repository at this point in the history
ci: add check-latest param
  • Loading branch information
li-jin-gou committed Nov 8, 2022
1 parent 87cedc2 commit 486f370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vulncheck.yml
Expand Up @@ -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
Expand Down

0 comments on commit 486f370

Please sign in to comment.