Go: go version go1.19.5 darwin/arm64
$ go install github.com/GoAdminGroup/adm@latest
go: downloading github.com/GoAdminGroup/adm v1.2.24
go: github.com/GoAdminGroup/adm@latest: github.com/GoAdminGroup/adm@v1.2.24: verifying module: checksum mismatch
downloaded: h1:xHH+F7wIlHWSPTuNnp7O64GmtmSBnWZCjR3K8ao+4Z4=
sum.golang.org: h1:OU3q8MluwCL4kZxTD7y8zwwTWZCYQiCJJp06IlOpf2g=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
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'.
Also tried: chmod -R +w ~/.go/pkg && rm -rf ~/.go/pkg
Possible causes:
- Files changed
- sums.golang.org + github.com + inside vs. outside 中国 different file contents
Note: This works go install github.com/GoAdminGroup/go-admin/adm@latest but the code maybe different
Go: go version go1.19.5 darwin/arm64
Also tried:
chmod -R +w ~/.go/pkg && rm -rf ~/.go/pkgPossible causes:
Note: This works
go install github.com/GoAdminGroup/go-admin/adm@latestbut the code maybe different