Skip to content

Commit

Permalink
chore(gh-actions): change golangci-lint version in workflows (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Oct 10, 2023
1 parent 6e3b387 commit 5b68f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.54.2
args: --verbose

test:
Expand Down

0 comments on commit 5b68f2a

Please sign in to comment.