Could it be that the v3.16.7 tag on this repo was modified after initial tagging? We are seeing checksum mismatches:
verifying github.com/buildkite/terminal-to-html/v3@v3.16.7: checksum mismatch
downloaded: h1:egKgXH+IdOVnxDU6QV/zAXrlKuFUgJ6pHXjQpY7dw3w=
go.sum: h1:XRNIchLG+GOGPdV9DvWxCvbr7OJrGDXEnMtpUcg8OR0=
Tags of go module repos should not be altered to prevent issues because different go proxies could cache different module content. The best course of action would be to push another tag.
Could it be that the
v3.16.7tag on this repo was modified after initial tagging? We are seeing checksum mismatches:Tags of go module repos should not be altered to prevent issues because different go proxies could cache different module content. The best course of action would be to push another tag.