Skip to content

Fix attempt

Latest
Compare
Choose a tag to compare
@yngfoxx yngfoxx released this 14 Dec 18:48
4424247

This release is an attempt to fix a modcache bug preventing go mod download
from pulling the package due to a go.sum hash mismatch

go version go1.19.3 linux/amd64
verifying github.com/yngfoxx/gofiber-fetch@v1.0.1: checksum mismatch
	downloaded: h1:J[12](https://github.com/.../actions/runs/3633255908/jobs/6130056539#step:5:13)1fKFyodXpZTLeePUQhTjFdHbZUApeG8+U3HmA36Y=
	go.sum:     h1:MA7lyxAQP5+2/GIeVUOgBkk2gE+er8b7vMc0TPmLoIk=

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