Skip to content

Commit 1207fab

Browse files
committed
Update golangci-lint to 2.12.2
1 parent 1e09f8f commit 1207fab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run golangci-lint
3030
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3131
with:
32-
version: v2.11.3
32+
version: v2.12.2
3333
args: --timeout 5m -v
3434

3535
#--exclude SA5011

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GOFLAGS=-mod=vendor
1010
REGISTRY ?= localhost
1111
UPLOADREGISTRY ?= quay.io/validatedpatterns
1212
GOLANGCI_IMG ?= docker.io/golangci/golangci-lint
13-
GOLANGCI_VERSION ?= 2.11.3
13+
GOLANGCI_VERSION ?= 2.12.2
1414

1515

1616
# CI uses a non-writable home dir, make sure .cache is writable

0 commit comments

Comments
 (0)