Skip to content

Commit

Permalink
explicitly pick a golangci action version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-robinson committed Dec 30, 2023
1 parent 07224d6 commit ef0b077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check-latest: true
cache: true

- uses: golangci/golangci-lint-action@latest
- uses: golangci/golangci-lint-action@v3.7.0
with:
version: latest
args: --verbose
Expand Down

0 comments on commit ef0b077

Please sign in to comment.