Skip to content

Commit

Permalink
Pin revive to v1.3.4 as latest is broken. (openconfig#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll authored and singh-prem committed Jan 12, 2024
1 parent 36c20c3 commit 360e029
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 360e029

Please sign in to comment.