We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58d4332 + 11f658a commit 7aac970Copy full SHA for 7aac970
3 files changed
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run golangci-lint
25
uses: golangci/golangci-lint-action@v6
26
with:
27
- version: v1.62.2
+ version: v1.64.5
28
args: --timeout 5m -v
29
30
#--exclude SA5011
.golangci.yml
@@ -51,7 +51,6 @@ linters-settings:
51
ignored-functions:
52
- strings.SplitN
53
govet:
54
- shadow: true
55
settings:
56
printf:
57
funcs:
Makefile
@@ -6,7 +6,7 @@
6
VERSION ?= 0.0.4
7
OPERATOR_NAME ?= patterns
8
GOFLAGS=-mod=vendor
9
-GOLANGCI_VERSION ?= 1.62.2
+GOLANGCI_VERSION ?= 1.64.5
10
11
# CI uses a non-writable home dir, make sure .cache is writable
12
ifeq ("${HOME}", "/")
0 commit comments