nametake / golangci-lint-langserver

golangci-lint language server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security error trying to install 0.0.9

academo opened this issue · comments

Trying to install the latest version results in a security error because of a hash missmatch

❯ go install github.com/nametake/golangci-lint-langserver@latest
go: downloading github.com/nametake/golangci-lint-langserver v0.0.9
go: github.com/nametake/golangci-lint-langserver@latest: github.com/nametake/golangci-lint-langserver@v0.0.9: verifying module: checksum mismatch
        downloaded: h1:Se9LRMnvXXaltMP2Em1rVRCP67wMAp4pr4G4MmDN1Kg=
        sum.golang.org: h1:LyptIWNmzvlenbuqV8azi2Uv0YQh4Qo4D5kn6LtL1LQ=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

It is the same issue I have.