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 1050e44 + 527926f commit 1bb7049Copy full SHA for 1bb7049
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run golangci-lint
30
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
31
with:
32
- version: v2.5.0
+ version: v2.6.2
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.5.0
+GOLANGCI_VERSION ?= 2.6.2
10
REGISTRY ?= localhost
11
UPLOADREGISTRY ?= quay.io/validatedpatterns
12
0 commit comments