Skip to content

Security checksum error when vendoring google/gnostic #238

@alecholmez

Description

@alecholmez

When vendoring this repo on alpine 3.13 the following happens:

go: downloading github.com/googleapis/gnostic v0.5.3
verifying github.com/googleapis/gnostic@v0.5.3: checksum mismatch
	downloaded: h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=
	go.sum:     h1:FP6YXyar5+eeXU8lBWDHJMZLHinornnILMJYBLgqKXk=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
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'.

This does not happen on mac os, have tried to specify GOPROXY and GOSUMDB, also tried running go clean -modcache to no luck. Any insight would be helpful!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions