mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
Update golangci-lint to v1.56.1 in CI
This change updates golangci-lint version to v1.56.1 which has Go v1.22 support. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.51.2
|
||||
version: v1.56.1
|
||||
args: --verbose
|
||||
|
||||
- name: run tests
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.51.2
|
||||
version: v1.56.1
|
||||
args: --verbose
|
||||
|
||||
- name: run tests
|
||||
|
||||
Reference in New Issue
Block a user