Skip to content

Commit e9bca76

Browse files
Merge pull request #368 from dprince/golang_ci_lint_bump
Bump golangci-lint to 2.7.2 for openstack-baremetal
2 parents c66d4ee + f5361a8 commit e9bca76

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
@@ -36,7 +36,7 @@ repos:
3636
- id: go-mod-tidy
3737

3838
- repo: https://github.com/golangci/golangci-lint
39-
rev: v2.4.0
39+
rev: v2.7.2
4040
hooks:
4141
- id: golangci-lint-full
4242
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ govet: get-ci-tools
354354
# Run go test against code
355355
gotest: test
356356

357-
GOLANGCI_LINT_VERSION ?= v2.4.0
357+
GOLANGCI_LINT_VERSION ?= v2.7.2
358358
.PHONY: golangci-lint
359359
golangci-lint:
360360
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)

0 commit comments

Comments
 (0)