Skip to content

Commit

Permalink
degrade the golangci lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Nov 11, 2024
1 parent e112225 commit a356a76
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 @@ -158,7 +158,7 @@ apply:
## Install go tools
install-go-tools:
@echo Installing go tools
$(GO) install github.com/golangci/golangci-lint/cmd/[email protected].2
$(GO) install github.com/golangci/golangci-lint/cmd/[email protected].0
$(GO) install gotest.tools/[email protected]

## Runs eslint and golangci-lint
Expand Down

0 comments on commit a356a76

Please sign in to comment.