Skip to content

Commit

Permalink
Try to fix security issue with linter workflow
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed May 10, 2024
1 parent 4d45979 commit e3ef1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'Setup Go environment'
uses: 'actions/setup-go@v4'
with:
go-version: '>=1.21.10'
go-version: '1.21.x'

- name: 'Run govulncheck'
run: 'make vulnerabilities'
Expand Down

0 comments on commit e3ef1f6

Please sign in to comment.