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 78c8c6b + 26a7bec commit 24c84deCopy full SHA for 24c84de
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run golangci-lint
30
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
31
with:
32
- version: v2.7.2
+ version: v2.8.0
33
args: --timeout 5m -v
34
35
#--exclude SA5011
Makefile
@@ -6,10 +6,10 @@
6
VERSION ?= 0.0.4
7
OPERATOR_NAME ?= patterns
8
GOFLAGS=-mod=vendor
9
-GOLANGCI_VERSION ?= 2.7.2
10
REGISTRY ?= localhost
11
UPLOADREGISTRY ?= quay.io/validatedpatterns
12
GOLANGCI_IMG ?= docker.io/golangci/golangci-lint
+GOLANGCI_VERSION ?= 2.8.0
13
14
# CI uses a non-writable home dir, make sure .cache is writable
15
ifeq ("${HOME}", "/")
0 commit comments