mattn / efm-langserver

General purpose Language Server
MIT License
1.35k stars 61 forks source link

Can't install due to a checksum mismatch #146

Closed dhollinger closed 3 years ago

dhollinger commented 3 years ago

I'm getting a checksum mismatch from go get when I try to install the latest release from github:

❯ go get github.com/mattn/efm-langserver                                                                                                                                              10:34:51
go: downloading github.com/mattn/efm-langserver v0.0.31
go get: github.com/mattn/efm-langserver@v0.0.31: verifying module: checksum mismatch
        downloaded: h1:q1qgMzoL/5hhyqTBvBAPuuYr3JZBjWpeNLrx86XZ7ho=
        sum.golang.org: h1:17PlaQQ5UjLCwHz93n3pKNBg8ZZHQiJ+hF8THwCkzwg=

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'.
asmeeee commented 3 years ago

Same here!

mattn commented 3 years ago

tagged v0.0.32

mattn commented 3 years ago

Please file new issue if you still have problem. Thank you.