Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-4948

go 1.13 checksum mismatch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.12.0
    • None
    • Go - Library
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            rubensayshi Ruben de Vries
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: