1
0
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:
Austin Vazquez
2024-02-11 20:06:02 +00:00
parent 8547911370
commit 12b653d6ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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