Skip to content

Commit 86bb631

Browse files
committed
ci: bump golangci-lint to v1.64.5
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent e185665 commit 86bb631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lib-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: golangci-lint
4747
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
4848
with:
49-
version: v1.63.1
49+
version: v1.64.5
5050
args: -v --timeout 5m
5151
build:
5252
name: Build and check device plugins

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""
1010

1111
CERT_MANAGER_VERSION ?= v1.15.2
1212
CONTROLLER_GEN_VERSION ?= v0.17.0
13-
GOLANGCI_LINT_VERSION ?= v1.63.1
13+
GOLANGCI_LINT_VERSION ?= v1.64.5
1414
KIND_VERSION ?= v0.23.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag

0 commit comments

Comments
 (0)