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.
1 parent e185665 commit 86bb631Copy full SHA for 86bb631
.github/workflows/lib-validate.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: golangci-lint
47
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
48
with:
49
- version: v1.63.1
+ version: v1.64.5
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 ?= v1.63.1
+GOLANGCI_LINT_VERSION ?= v1.64.5
14
KIND_VERSION ?= v0.23.0
15
GOLICENSES_VERSION ?= v1.6.0
16
# Default bundle image tag
0 commit comments