mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user