Skip to content

Commit cf030b3

Browse files
Merge pull request #605 from dprince/golang_ci_lint_bump
Bump golangci-lint to 2.7.2 for heat
2 parents d7a9558 + 09b2721 commit cf030b3

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
@@ -62,7 +62,7 @@ repos:
6262
entry: bashate --error . --ignore=E006,E040,E011,E020,E012
6363

6464
- repo: https://github.com/golangci/golangci-lint
65-
rev: v2.4.0
65+
rev: v2.7.2
6666
hooks:
6767
- id: golangci-lint-full
6868
args: ["-v"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
122122
go mod tidy
123123
cd ./api && go mod tidy
124124

125-
GOLANGCI_LINT_VERSION ?= v2.4.0
125+
GOLANGCI_LINT_VERSION ?= v2.7.2
126126
.PHONY: golangci-lint
127127
golangci-lint:
128128
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)

0 commit comments

Comments
 (0)