Skip to content

Commit

Permalink
fix: pin revive to e33fb87 (#398)
Browse files Browse the repository at this point in the history
revive v1.3.5 wrongly includes a replace directive which breaks the
go install command.

This commit pins revive to e33fb87 that is the fix for this issue.
  • Loading branch information
geyslan authored Jan 5, 2024
1 parent 0f5b9c7 commit 13417e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# shell: bash
- name: Install revive
run: |
go install github.com/mgechev/revive@latest
go install github.com/mgechev/revive@e33fb87
sudo cp $HOME/go/bin/revive /usr/bin/
shell: bash
# - name: Install goimports-reviser
Expand Down

0 comments on commit 13417e3

Please sign in to comment.