1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00

ci: bump golangci-lint to v2.5

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-09 20:44:40 -07:00
parent 97580111bb
commit d7de8c08f3

View File

@@ -33,10 +33,9 @@ jobs:
go get -d ./schema/...
- name: run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v8
with:
version: v1.56.1
args: --verbose
version: v2.5
- name: run tests
run: |