Skip to content

Commit

Permalink
Upgrade go-critic in "CI" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igoose1 committed Jan 23, 2024
1 parent 35a6e8f commit 02f5bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
lfs: true

- name: Install go-critic
run: go install github.com/go-critic/go-critic/cmd/gocritic@v0.6.3
run: go install github.com/go-critic/go-critic/cmd/gocritic@v0.11.0

- name: Run go-critic
run: gocritic check -enableAll

0 comments on commit 02f5bad

Please sign in to comment.