Skip to content

Commit

Permalink
upgraded 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 a356a76 commit c61e8b2
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/golangci-lint@v1.51.0
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
$(GO) install gotest.tools/gotestsum@v1.7.0

## Runs eslint and golangci-lint
Expand Down

0 comments on commit c61e8b2

Please sign in to comment.