Skip to content

Commit

Permalink
chore(ci): use latest golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Aug 3, 2023
1 parent 0777faa commit b7f97d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20.x
check-latest: true
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash
- name: Run govulncheck
run: govulncheck ./...
shell: bash
shell: bash

0 comments on commit b7f97d9

Please sign in to comment.