Closed
Description
Welcome
- Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've included all information below (version, config, etc.).
- Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
Description of the problem
The downloader decscribed in the installation guide https://golangci-lint.run/usage/install/#other-ci returns with an error. It does not install the golangci-lint binary into my go path.
Perhaps the Github API changed?
Version of golangci-lint
N/A
Configuration file
N/A
Go environment
N/A
Verbose output of running
computer@computer directory % curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
golangci/golangci-lint info checking GitHub for tag 'v1.50.1'
golangci/golangci-lint info found version: <!DOCTYPE html> <html lang= for <!DOCTYPE html> <html lang=/darwin/amd64
computer@computer directory %
Code example or link to a public repository
N/A