-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Description of the problem
Im trying to install
golangci-lint on local linux env and i was following the documentation from the offical website
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b $(go env GOPATH)/bin v1.53.3
and i got this:
golangci/golangci-lint info checking GitHub for tag 'v1.53.3'
golangci/golangci-lint debug http_download https://github.com/golangci/golangci-lint/releases/v1.53.3
golangci/golangci-lint crit unable to find 'v1.53.3' - use 'latest' or see https://github.com/golangci/golangci-lint/releases for details
any ideas?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested