Skip to content

Commit

Permalink
Linter: Pin version to SHA fixing revive
Browse files Browse the repository at this point in the history
revive 1.3.3 fixes a false positive on demanding outdenting of a lexical
var
Can switch back to version again after 1.54.2
  • Loading branch information
gbjk committed Sep 6, 2023
1 parent 253b9a5 commit f24e609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.0
version: 663d0022b85b1211502e213561acfbfa0c414adb
install-mode: goinstall

0 comments on commit f24e609

Please sign in to comment.