mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
merge branch 'pr-2782'
Kir Kolyshkin (2): ci/gha: bump golangci-lint to v1.36 .golangci.yml: add LGTMs: @AkihiroSuda @cyphar Closes #2782
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
- uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
# must be specified without patch version
|
||||
version: v1.31
|
||||
version: v1.36
|
||||
# Only show new issues for a pull request.
|
||||
only-new-issues: true
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# For documentation, see https://golangci-lint.run/usage/configuration/
|
||||
|
||||
run:
|
||||
build-tags:
|
||||
- seccomp
|
||||
Reference in New Issue
Block a user