From 03a631df4e6a191e2a22fa9f998905e1e625b3bb Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 21 Mar 2022 11:59:57 -0700 Subject: [PATCH] ci: switch to golangci-lint 1.45 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 (cherry picked from commit fcab941e4d31fff5d59f34f1142674e79ac06aee) Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e23329c53..94d40d7e0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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. @@ -46,7 +46,7 @@ jobs: with: only-new-issues: true args: --config .golangci-extra.yml - version: v1.44 + version: v1.45 compile-buildtags: