Skip to content

Commit

Permalink
upgrade lint version on CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Sep 9, 2023
1 parent a5e56b2 commit 3e79306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
cache: true
cache-dependency-path: go.sum
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.1
- name: Run golangci-lint
run: golangci-lint run --version --verbose --out-format=github-actions

0 comments on commit 3e79306

Please sign in to comment.