From f7d461349299a19a3e2f487792fd74e52480d1a5 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 8 Feb 2022 19:28:24 -0800 Subject: [PATCH] ci: bump golangci-lint to v1.44 Also, remove "must be specified without patch version" as this is no longer true. Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 055340640..a6dd3c7dc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,8 +20,7 @@ jobs: sudo apt -q install libseccomp-dev - uses: golangci/golangci-lint-action@v2 with: - # must be specified without patch version - version: v1.42 + version: v1.44 lint-extra: # Extra linters, only checking new code from pull requests. @@ -39,8 +38,7 @@ jobs: with: only-new-issues: true args: --config .golangci-extra.yml - # must be specified without patch version - version: v1.43 + version: v1.44 compile-buildtags: