Skip to content

Commit

Permalink
fix: update golangci-lint for golang 1.18 (gomodule#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 authored and dmitri-lerko committed Jun 7, 2022
1 parent 38c0888 commit 5b537d4
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 5b537d4

Please sign in to comment.