Skip to content

Commit

Permalink
govuln.yml: Add GOEXPERIMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed May 17, 2024
1 parent 7abc00c commit aaf967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govuln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: go install golang.org/x/vuln/cmd/govulncheck@latest

- name: Run `govulncheck`
run: govulncheck ./...
run: GOEXPERIMENT=rangefunc govulncheck ./...

0 comments on commit aaf967e

Please sign in to comment.