Skip to content

Commit

Permalink
Pin revive to v1.3.4 as latest is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll committed Jan 5, 2024
1 parent c7a480c commit 1f40370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
exit 1
fi
- name: Get revive
run: go install github.com/mgechev/revive@latest
run: go install github.com/mgechev/revive@v1.3.4
- name: Run revive
run: revive ./...
- name: Get staticcheck
Expand Down

0 comments on commit 1f40370

Please sign in to comment.