Skip to content

Commit 11f658a

Browse files
committed
Update golangci-lint to v1.64.5
1 parent 58d4332 commit 11f658a

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run golangci-lint
2525
uses: golangci/golangci-lint-action@v6
2626
with:
27-
version: v1.62.2
27+
version: v1.64.5
2828
args: --timeout 5m -v
2929

3030
#--exclude SA5011

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ linters-settings:
5151
ignored-functions:
5252
- strings.SplitN
5353
govet:
54-
shadow: true
5554
settings:
5655
printf:
5756
funcs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VERSION ?= 0.0.4
77
OPERATOR_NAME ?= patterns
88
GOFLAGS=-mod=vendor
9-
GOLANGCI_VERSION ?= 1.62.2
9+
GOLANGCI_VERSION ?= 1.64.5
1010

1111
# CI uses a non-writable home dir, make sure .cache is writable
1212
ifeq ("${HOME}", "/")

0 commit comments

Comments
 (0)