mirror of
https://github.com/rancher/plugins.git
synced 2025-09-26 02:59:54 +00:00
Fix version of golangci-lint
currently the workflow will use latest version which is a moving target. newer versions may cause ci failures due to new checks added. Signed-off-by: adrianc <adrianc@nvidia.com>
This commit is contained in:
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
format: auto
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: -v
|
||||
skip-cache: true
|
||||
build:
|
||||
|
Reference in New Issue
Block a user