forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump golangci-lint from v1.62.0 to v1.62.2
- Loading branch information
Showing
8 changed files
with
129 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ jobs: | |
- run: 'make check-deps' | ||
- run: | ||
name: "Install golangci-lint" | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].0 | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].2 | ||
- run: | ||
name: "golangci-lint/Linux" | ||
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number | ||
|
@@ -120,7 +120,7 @@ jobs: | |
- check-changed-files-or-halt | ||
- run: | ||
name: "Install golangci-lint" | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].0 | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].2 | ||
- run: | ||
name: "golangci-lint/macOS" | ||
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number | ||
|
@@ -134,7 +134,7 @@ jobs: | |
- check-changed-files-or-halt | ||
- run: | ||
name: "Install golangci-lint" | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].0 | ||
command: go install github.com/golangci/golangci-lint/cmd/[email protected].2 | ||
- run: | ||
name: "golangci-lint/Windows" | ||
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,7 +180,7 @@ vet: | |
.PHONY: lint-install | ||
lint-install: | ||
@echo "Installing golangci-lint" | ||
go install github.com/golangci/golangci-lint/cmd/[email protected].0 | ||
go install github.com/golangci/golangci-lint/cmd/[email protected].2 | ||
|
||
@echo "Installing markdownlint" | ||
npm install -g markdownlint-cli | ||
|
Oops, something went wrong.