oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
963 stars 45 forks source link

not install on windows 11 #57

Open parsibox opened 2 weeks ago

parsibox commented 2 weeks ago
go version
go version go1.23.0 windows/amd64
PowerShell 7.4.6
PS C:\Users\parsibox> go install github.com/oligot/go-mod-upgrade@latest
go: downloading github.com/oligot/go-mod-upgrade v0.10.0
go: github.com/oligot/go-mod-upgrade@latest: github.com/oligot/go-mod-upgrade@v0.10.0: verifying module: checksum mismatch
        downloaded: h1:id/G0X6mrPUJsRoZxmfOwkw6pd4N6HaapndtyqR0cU4=
        sum.golang.org: h1:WXgEo6ar8iEoYROSPtHonVwRGllHxMZ2atLA8TlIaHw=

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'.
oligot commented 2 weeks ago

Hi,

I'm on Linux with version 1.23 but can't reproduce the error. Am I the only one ? Can you try again to see if it works now ?

parsibox commented 1 week ago

same error

PS C:\Users\parsibox> go install github.com/oligot/go-mod-upgrade@latest
go: downloading github.com/oligot/go-mod-upgrade v0.10.0
go: github.com/oligot/go-mod-upgrade@latest: github.com/oligot/go-mod-upgrade@v0.10.0: verifying module: checksum mismatch
        downloaded: h1:id/G0X6mrPUJsRoZxmfOwkw6pd4N6HaapndtyqR0cU4=
        sum.golang.org: h1:WXgEo6ar8iEoYROSPtHonVwRGllHxMZ2atLA8TlIaHw=

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