Skip to content

Commit 5783656

Browse files
authored
chore(deps): Update golangci-lint to 2.5.0 (#17794)
1 parent 55f8102 commit 5783656

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- run: 'make check-deps'
107107
- run:
108108
name: "Install golangci-lint"
109-
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
109+
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
110110
- run:
111111
name: "golangci-lint/Linux"
112112
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number
@@ -120,7 +120,7 @@ jobs:
120120
- check-changed-files-or-halt
121121
- run:
122122
name: "Install golangci-lint"
123-
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
123+
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
124124
- run:
125125
name: "golangci-lint/macOS"
126126
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number
@@ -134,7 +134,7 @@ jobs:
134134
- check-changed-files-or-halt
135135
- run:
136136
name: "Install golangci-lint"
137-
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
137+
command: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
138138
- run:
139139
name: "golangci-lint/Windows"
140140
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ vet:
180180
.PHONY: lint-install
181181
lint-install:
182182
@echo "Installing golangci-lint"
183-
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0
183+
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
184184

185185
@echo "Installing markdownlint"
186186
npm install -g markdownlint-cli

0 commit comments

Comments
 (0)