wsehjk opened a new issue, #152: URL: https://github.com/apache/kvrocks-controller/issues/152
The verison (1.7.3)of `github.com/gin-gonic/gin` causes checksum mismatch error. ```bash verifying github.com/gin-gonic/[email protected]: checksum mismatch downloaded: h1:3U500Wp728rATEiFJtk1L7dhAbWobNDQC0Cbd4yhhdc= go.sum: h1:aMBzLJ/GMEYmv1UWs2FFTcPISLrQH2mRgL9Glz8xows= 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. ``` This can not be fixed by running `rm go.sum`, `go clean -modcache`, `go mod tidy` References are here [https://github.com/gin-gonic/gin/issues/2806](), [https://github.com/gin-gonic/gin/releases/tag/v1.7.4]() As suggested, use v1.7.4 instead of v1.7.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
