Skip to content

Commit

Permalink
squash! fixups, small improvements I found on other go repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jun 14, 2024
1 parent 23cd716 commit ff9d199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
if: "${{ !cancelled() }}"
run: |
# https://go.googlesource.com/vuln
export GOPATH=~/go
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
$(go env GOPATH)/bin/govulncheck ./...
working-directory: ${{ matrix.component }}

0 comments on commit ff9d199

Please sign in to comment.