Skip to content

Commit 68787ef

Browse files
Merge pull request #489 from mbaldessari/lint-update
Update golangci-lint to 2.7.2
2 parents cad345d + f8a0a33 commit 68787ef

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@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3131
with:
32-
version: v2.6.2
32+
version: v2.7.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.6.2
9+
GOLANGCI_VERSION ?= 2.7.2
1010
REGISTRY ?= localhost
1111
UPLOADREGISTRY ?= quay.io/validatedpatterns
1212
GOLANGCI_IMG ?= docker.io/golangci/golangci-lint

0 commit comments

Comments
 (0)