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:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user