File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 180180.PHONY : lint-install
181181lint-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
You can’t perform that action at this time.
0 commit comments