Skip to content

Checksum mismatch when running go mod tidy #22

Closed
@erichsueh3

Description

@erichsueh3
go: downloading github.com/moricho/tparallel v0.3.0
go: upgraded github.com/moricho/tparallel v0.2.1 => v0.3.0: error finding sum for github.com/moricho/tparallel@v0.3.0: github.com/moricho/tparallel@v0.3.0: verifying module: checksum mismatch
	downloaded: h1:EthKzLoZA6C11YB1vMPWLYmF2nnPCUX712TjDgsP31A=
	sum.golang.org: h1:8dDx3S3e+jA+xiQXC7O3dvfRTe/J+FYlTDDW01Y7z/Q=

This issue arises when running go mod tidy on a project that uses this package. We suspect that this is happening because a tag has been overwritten, instead of a new patch version being published for a major/minor version. Can we get confirmation on whether or not this is the case, and if we can have a path to resolution on this? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions