Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verifying module: checksum mismatch #449

Closed
CuteReimu opened this issue Apr 26, 2022 · 1 comment
Closed

verifying module: checksum mismatch #449

CuteReimu opened this issue Apr 26, 2022 · 1 comment

Comments

@CuteReimu
Copy link

Describe the bug
When I upgrade it,

go get -u github.com/fsnotify/fsnotify

then end up with a failure,

go: downloading github.com/fsnotify/fsnotify v1.5.3
go get github.com/fsnotify/fsnotify@latest: github.com/fsnotify/fsnotify@v1.5.3: verifying module: checksum mismatch
        downloaded: h1:mZ5/lxbP3PUbatYYEagfAjj9NP2dYY39d64g0mjLWXI=
        sum.golang.org: h1:vNFpj2z7YIbwh2bw7x35sqYpp2wfuq+pivKbWG09B8c=

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'.

Expected behavior
To upgrade it correctly.

Which operating system and version are you using?
OS 名称: Microsoft Windows 10 家庭中文版
OS 版本: 10.0.19044 暂缺 Build 19044
OS 制造商: Microsoft Corporation
OS 配置: 独立工作站
OS 构建类型: Multiprocessor Free

Additional context
image

@shogo82148
Copy link
Member

v1.5.3 is published on an incorrect branch accidentally.
I just release v1.5.4 and retracted v1.5.3.
Please run go get again.

go get github.com/fsnotify/fsnotify@latest

See also #445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants