Skip to content

Commit

Permalink
chore(deps): Bump golangci-lint from v1.62.2 to v1.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel committed Jan 1, 2025
1 parent bc6121e commit 4488816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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].1
- run:
name: "golangci-lint/Linux"
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number
Expand All @@ -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].1
- run:
name: "golangci-lint/macOS"
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number
Expand All @@ -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].1
- run:
name: "golangci-lint/Windows"
# There are only 4 vCPUs available for this executor, so use only 4 instead of the default number
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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].1

@echo "Installing markdownlint"
npm install -g markdownlint-cli
Expand Down

0 comments on commit 4488816

Please sign in to comment.