You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The checksum for release 1.2.9 has changed since it was initially released. We have a repository that was updated to 1.2.9 on April 2nd, 2024, but now running go mod vendor on that same repo spits out a checksum error as seen in the screenshots below.
Here is a diff between an instance of the package previously downloaded for v1.2.9 vs what is downloaded now for the same version
Describe the bug
The checksum for release
1.2.9
has changed since it was initially released. We have a repository that was updated to1.2.9
on April 2nd, 2024, but now running go mod vendor on that same repo spits out a checksum error as seen in the screenshots below.Here is a diff between an instance of the package previously downloaded for
v1.2.9
vs what is downloaded now for the same versionOld Repo
go.sum
:New Repo
go.sum
:To Reproduce
Is the issue reproducible?
Steps to reproduce the behavior:
+jo3lVHy9XSGfmbOLVEh6mSmgHnALcBdoSvIQqSdnOc=
Expected behavior
The checksum should not have changed on a released version of the package
Screenshots
Additional context
Go version:
1.22.2
The text was updated successfully, but these errors were encountered: