Skip to content

Commit

Permalink
upgraded golangci-lint version from 1.51.1 to 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Nov 12, 2024
1 parent 22b9f26 commit 3fe38a3
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.1
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
$(GO) install gotest.tools/[email protected]

## Runs eslint and golangci-lint
Expand Down

0 comments on commit 3fe38a3

Please sign in to comment.