Skip to content

Commit

Permalink
ci: add check-latest param
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jin-gou committed Nov 7, 2022
1 parent 87cedc2 commit 8390f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
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 8390f04

Please sign in to comment.