Skip to content

Commit

Permalink
ci: Update version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Jan 1, 2023
1 parent a79a458 commit 905d3f9
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 @@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.41
version: v1.50

# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true

0 comments on commit 905d3f9

Please sign in to comment.