Skip to content

Commit

Permalink
fix: update golangci-lint for golang 1.18 (#616)
Browse files Browse the repository at this point in the history
Update golangci-lint to a version compatible with golang 1.18.
  • Loading branch information
stevenh committed Jun 6, 2022
1 parent 5b789c6 commit 222ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
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.36
version: v1.46.2

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit 222ca62

Please sign in to comment.