We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a5fd30 + 49268b7 commit 99124acCopy full SHA for 99124ac
.github/workflows/lib-validate.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: golangci-lint
47
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
48
with:
49
- version: v2.0.2
+ version: v2.1.6
50
args: -v --timeout 5m
51
build:
52
name: Build and check device plugins
Makefile
@@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""
10
11
CERT_MANAGER_VERSION ?= v1.15.2
12
CONTROLLER_GEN_VERSION ?= v0.17.0
13
-GOLANGCI_LINT_VERSION ?= v2.0.2
+GOLANGCI_LINT_VERSION ?= v2.1.6
14
KIND_VERSION ?= v0.23.0
15
GOLICENSES_VERSION ?= v1.6.0
16
# Default bundle image tag
0 commit comments