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 4c94929 + 0a6ee3f commit 5f645aeCopy full SHA for 5f645ae
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run golangci-lint
30
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
31
with:
32
- version: v2.4.0
+ version: v2.5.0
33
args: --timeout 5m -v
34
35
#--exclude SA5011
Makefile
@@ -6,7 +6,7 @@
6
VERSION ?= 0.0.4
7
OPERATOR_NAME ?= patterns
8
GOFLAGS=-mod=vendor
9
-GOLANGCI_VERSION ?= 2.4.0
+GOLANGCI_VERSION ?= 2.5.0
10
11
# CI uses a non-writable home dir, make sure .cache is writable
12
ifeq ("${HOME}", "/")
0 commit comments