Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run go fmt & go mod tidy on project #411

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrewwormald
Copy link

@andrewwormald andrewwormald commented Dec 13, 2024

Checksum mismatches can occur when go fmt is run on the package. This is purely to align with go fmt by running go fmt . and go mod tidy with nothing else done.

verifying github.com/ugorji/go/codec@v1.1.7: checksum mismatch
	downloaded: h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
	go.sum:     h1:zVRFvIPbjpIMl2pf6vLXZTYXTo13zccQOe/LjQ3dqP8=

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'.

@andrewwormald
Copy link
Author

I have verified that this occurs on quite a few different machines using the Goland IDE.

@andrewwormald andrewwormald changed the title run go fmt on project run go fmt & go mod tidy on project Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant