Skip to content

Commit 486f434

Browse files
dprinceopenshift-merge-bot[bot]
authored andcommitted
Bump golangci-lint to 2.7.2
1 parent fc73878 commit 486f434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ repos:
7979
# E012: here doc didn't end before EOF
8080

8181
- repo: https://github.com/golangci/golangci-lint
82-
rev: v2.6.1
82+
rev: v2.7.2
8383
hooks:
8484
- id: golangci-lint-full
8585
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
133133
go mod tidy
134134
cd ./api && go mod tidy
135135

136-
GOLANGCI_LINT_VERSION ?= v2.4.0
136+
GOLANGCI_LINT_VERSION ?= v2.7.2
137137
.PHONY: golangci-lint
138138
golangci-lint:
139139
# NOTE this will install golangci-lint in to local bin dir

0 commit comments

Comments
 (0)