Skip to content

Commit

Permalink
Update vulnerability scan Go version (#74)
Browse files Browse the repository at this point in the history
govulncheck requires Go 1.18

Signed-off-by: James Taylor <[email protected]>

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored Sep 13, 2022
1 parent 9f2bbef commit 58014ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Scan
run: |
go list -json -deps ./... | docker run --rm --interactive sonatypecommunity/nancy:latest sleuth
Expand Down

0 comments on commit 58014ca

Please sign in to comment.