Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.12.0
-
None
-
None
Description
With the release of go 1.13 the proxy and checksum database are now being used to verify downloads.
Unfortunately there's something odd happening with the thrift dependency;
$ go mod init gomodapachethrifttest $ go mod edit -require github.com/apache/thrift@v0.12.0 $ go mod download verifying github.com/apache/thrift@v0.12.0: checksum mismatch downloaded: h1:ymFY8b00T66exzV1OxAnIA8mawFjPyH6l0wjuv8zTxY= sum.golang.org: h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs=
I'm not sure if this is an issue with the thrift module or the checksum database, so I created a ticket in the golang issue tracker as well: https://github.com/golang/go/issues/34065