Skip to content

Commit

Permalink
clean go mod cache before check
Browse files Browse the repository at this point in the history
  • Loading branch information
ditrytus committed Dec 9, 2024
1 parent b743d3a commit d5464c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- name: Clean Go cache
run: go clean -modcache
- name: Run Golang Vulncheck
run: make check/vulns

0 comments on commit d5464c1

Please sign in to comment.