mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #4996 from kolyshkin/1.3-4970
[1.3] disable golangci-lint cache
This commit is contained in:
@@ -39,9 +39,10 @@ jobs:
|
||||
run: |
|
||||
sudo apt -q update
|
||||
sudo apt -qy install libseccomp-dev
|
||||
- uses: golangci/golangci-lint-action@v7
|
||||
- uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v2.5
|
||||
version: v2.6
|
||||
skip-cache: true
|
||||
# Extra linters, only checking new code from a pull request to main.
|
||||
- name: lint-extra
|
||||
if: github.event_name == 'pull_request' && github.base_ref == 'main'
|
||||
|
||||
Reference in New Issue
Block a user