geniusjoe commented on code in PR #1457:
URL: https://github.com/apache/pulsar-client-go/pull/1457#discussion_r2773351698


##########
Makefile:
##########
@@ -44,13 +44,13 @@ lint: bin/golangci-lint
        bin/golangci-lint run
 
 bin/golangci-lint:
-       GOBIN=$(shell pwd)/bin go install 
github.com/golangci/golangci-lint/cmd/[email protected]
+       GOBIN=$(shell pwd)/bin go install 
github.com/golangci/golangci-lint/cmd/[email protected]
 
 # an alternative to above `make lint` command
 # use golangCi-lint docker to avoid local golang env issues
 # https://golangci-lint.run/welcome/install/
 lint-docker:
-       docker run --rm -v $(shell pwd):/app -w /app 
golangci/golangci-lint:v1.61.0 golangci-lint run -v
+       docker run --rm -v $(shell pwd):/app -w /app 
golangci/golangci-lint:v1.64.2 golangci-lint run -v

Review Comment:
   Added this to the PR description and explained why it's included.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to