Skip to content

Commit

Permalink
chore: change github action golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Nov 2, 2023
1 parent 07d7ccc commit 81982b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: 1.21
version: latest
skip-go-installation: true
- name: Run Lint
run: task lint

0 comments on commit 81982b8

Please sign in to comment.