Skip to content

Commit

Permalink
⬆️ Updated golang linter version
Browse files Browse the repository at this point in the history
This should fix the issue with golang 1.19
  • Loading branch information
Templum committed Sep 7, 2022
1 parent 97c51dd commit 169571c
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 @@ -74,7 +74,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.45.2
version: v1.49.0
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
integration:
Expand Down

0 comments on commit 169571c

Please sign in to comment.