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!
When vendoring this repo on alpine 3.13 the following happens:
This does not happen on mac os, have tried to specify GOPROXY and GOSUMDB, also tried running
go clean -modcacheto no luck. Any insight would be helpful!