We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e09f8f commit 1207fabCopy full SHA for 1207fab
2 files changed
.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.11.3
+ version: v2.12.2
33
args: --timeout 5m -v
34
35
#--exclude SA5011
Makefile
@@ -10,7 +10,7 @@ GOFLAGS=-mod=vendor
10
REGISTRY ?= localhost
11
UPLOADREGISTRY ?= quay.io/validatedpatterns
12
GOLANGCI_IMG ?= docker.io/golangci/golangci-lint
13
-GOLANGCI_VERSION ?= 2.11.3
+GOLANGCI_VERSION ?= 2.12.2
14
15
16
# CI uses a non-writable home dir, make sure .cache is writable
0 commit comments