Skip to content

Commit 527926f

Browse files
committed
Switch to newer golangci-lint
1 parent b4700af commit 527926f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
3131
with:
32-
version: v2.5.0
32+
version: v2.6.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
@@ -6,7 +6,7 @@
66
VERSION ?= 0.0.4
77
OPERATOR_NAME ?= patterns
88
GOFLAGS=-mod=vendor
9-
GOLANGCI_VERSION ?= 2.5.0
9+
GOLANGCI_VERSION ?= 2.6.2
1010
REGISTRY ?= localhost
1111
UPLOADREGISTRY ?= quay.io/validatedpatterns
1212

0 commit comments

Comments
 (0)