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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-02-08 19:28:24 -08:00
parent 89733cd055
commit f7d4613492
+2 -4
View File
@@ -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: