We are using go modules and noticed that the tag v1.2.2 had its checksum suddenly changed when running go build:
go: verifying github.com/go-ole/go-ole@v1.2.2/go.mod: checksum mismatch
downloaded: h1:pnvuG7BrDMZ8ifMurTQmxwhQM/odqm9sSqNe5BUI7v4=
go.sum: h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8=
Has the tag been force-pushed with new changes or what happened here? If so, what are the exact changes?
We are using go modules and noticed that the tag v1.2.2 had its checksum suddenly changed when running go build:
Has the tag been force-pushed with new changes or what happened here? If so, what are the exact changes?