Skip to content

Commit

Permalink
ci: switch to golangci-lint 1.45
Browse files Browse the repository at this point in the history
For release notes, see
https://github.com/golangci/golangci-lint/releases/tag/v1.45.0

Notably, it adds support for Go 1.18.

Signed-off-by: Kir Kolyshkin <[email protected]>
(cherry picked from commit fcab941)
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Apr 5, 2023
1 parent edba013 commit be6390d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt -q install libseccomp-dev
- uses: golangci/golangci-lint-action@v3
with:
version: v1.44
version: v1.45

lint-extra:
# Extra linters, only checking new code from pull requests.
Expand All @@ -46,7 +46,7 @@ jobs:
with:
only-new-issues: true
args: --config .golangci-extra.yml
version: v1.44
version: v1.45


compile-buildtags:
Expand Down

0 comments on commit be6390d

Please sign in to comment.