Skip to content

Commit 764105e

Browse files
dprinceopenshift-merge-bot[bot]
authored andcommitted
Bump golangci-lint to 2.7.2
1 parent 407c63a commit 764105e

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
@@ -84,7 +84,7 @@ repos:
8484
exclude: '\.sum$'
8585

8686
- repo: https://github.com/golangci/golangci-lint
87-
rev: v2.4.0
87+
rev: v2.7.2
8888
hooks:
8989
- id: golangci-lint-full
9090
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
136136
go mod tidy
137137
cd ./api && go mod tidy
138138

139-
GOLANGCI_LINT_VERSION ?= v2.4.0
139+
GOLANGCI_LINT_VERSION ?= v2.7.2
140140
.PHONY: golangci-lint
141141
golangci-lint:
142142
# NOTE this will install golangci-lint in to local bin dir

0 commit comments

Comments
 (0)