Skip to content

Commit

Permalink
upgraded golang-ci 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 22296c0 commit 6592d65
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 @@ -165,7 +165,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 golangci-lint and eslint.
Expand Down

0 comments on commit 6592d65

Please sign in to comment.