-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
What version of Hugo are you using (hugo version
)?
v0.97.0
Does this issue reproduce with the latest release?
Yes
When installing v0.97.0 w/ go install
w/o the google go proxy, a checksum mismatch occurs.
$ go clean -modcache
$ GOPROXY=direct go install github.com/gohugoio/[email protected]+extended
go: downloading github.com/gohugoio/hugo v0.97.0
go: github.com/gohugoio/[email protected]+extended: github.com/gohugoio/[email protected]: verifying module: checksum mismatch
downloaded: h1:VkjBIIADmPnxhA9t4XhNuH2H/U8fg5u5G3dsvS3jBBk=
sum.golang.org: h1:cKR421+00hzlh8H5ckmtkWAZbKjIT7hDPY7h/DXEQiI=
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.
silverwind