Skip to content

Commit

Permalink
Use old linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Swopper050 committed Oct 16, 2024
1 parent 7243d7f commit e7db35b
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 @@ -58,7 +58,7 @@ install: ## Install project with its depedencies.

install_lint: ## Install the linter.
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b $(shell go env GOPATH)/bin v1.57.2
| sh -s -- -b $(shell go env GOPATH)/bin v1.50.1

install_gotestsum: ## Install a tool for prettier test output.
curl -sfL https://github.com/gotestyourself/gotestsum/releases/download/v1.9.0/gotestsum_1.9.0_linux_amd64.tar.gz \
Expand Down

0 comments on commit e7db35b

Please sign in to comment.