pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.73k stars 211 forks source link

v2.0.0-beta.6 checksum mismatch #743

Closed chenguowei closed 2 years ago

chenguowei commented 2 years ago

verifying github.com/pelletier/go-toml/v2@v2.0.0-beta.6: checksum mismatch downloaded: h1:TA3qh4Cq1VOjh4AJnMHrUFbAsIbD7OnOvpaIRYsU0sI= go.sum: h1:JFNqj2afbbhCqTiyN16D7Tudc/aaDzE2FBDk+VlBQnE=

pelletier commented 2 years ago

I think it's because the v2.0.0-beta.6 tag had to be moved. It's possible it will have to again, as the release set-up is still having issues (and I haven't had time to look at it).

pelletier commented 2 years ago

I have pushed the v2.0.0-beta.6 release on github: https://github.com/pelletier/go-toml/releases/tag/v2.0.0-beta.6

However I doubt this fixes the checksum mismatch issue, which is likely caused by the tag having moved.

I will be release v2.0.0-beta.7 to fix this problem as soon as I'm done with those two bugs.

pelletier commented 2 years ago

Pushed 2.0.0-beta.7, which should be a clean build. Let me know if you're still facing any issue!