If i try to get the new version i receive a version that is without the latest fix, if i skip the proxy i get this:
GOPROXY=direct go get -d github.com/penglongli/gin-metrics@v0.1.3
go: downloading github.com/penglongli/gin-metrics v0.1.3
verifying github.com/penglongli/gin-metrics@v0.1.3: checksum mismatch
downloaded: h1:V9UZzIqmsIrYLVQbsScBe9r7UlxbN1SdjS3qFOyP9lE=
go.sum: h1:IxbEwCtybuq8weteK0AYpE+afxj2U1+qCYIcumy0eaQ=
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.
Is it possible that v0.1.3 was already tagged somewhere?
Edit:
Doing
GONOSUMDB=github.com/penglongli GOPROXY=direct go get -d
If i try to get the new version i receive a version that is without the latest fix, if i skip the proxy i get this:
Is it possible that v0.1.3 was already tagged somewhere?
Edit: Doing
It works (skipping the securitiy for v0.1.3)