Skip to content

Commit

Permalink
Merge pull request #1843 from dlion/fixed-lint-version
Browse files Browse the repository at this point in the history
Fixed version of the linter to 1.51.1
  • Loading branch information
jkutner authored Aug 2, 2023
2 parents 02e0139 + 2595950 commit dd4a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ install-goimports:
## install-golangci-lint: Install golangci-lint dependency
install-golangci-lint:
@echo "=====> Installing golangci-lint..."
cd tools && $(GOCMD) install github.com/golangci/golangci-lint/cmd/golangci-lint
cd tools && $(GOCMD) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1

## mod-tidy: Tidy Go modules
mod-tidy:
Expand Down

0 comments on commit dd4a8ad

Please sign in to comment.