mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update golangci-lint to v1.55.2
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
f208a74f85
commit
74bee31c3d
2
.github/workflows/lib-validate.yaml
vendored
2
.github/workflows/lib-validate.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.52.1
|
||||
version: v1.55.2
|
||||
args: -v --timeout 5m
|
||||
|
||||
build:
|
||||
|
@ -51,6 +51,8 @@ linters-settings:
|
||||
simplify: true
|
||||
golint:
|
||||
min-confidence: 0.9
|
||||
goconst:
|
||||
ignore-tests: true
|
||||
govet:
|
||||
check-shadowing: true
|
||||
enable:
|
||||
|
Loading…
Reference in New Issue
Block a user