go-admin icon indicating copy to clipboard operation
go-admin copied to clipboard

[BUG] v1.2.24: verifying module: checksum mismatch

Open jtorvald opened this issue 2 years ago • 6 comments

Is this to be expected or a concern?

Bug Description [describe the bug in detail]

$ 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/[email protected]: 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'.

jtorvald avatar Feb 27 '23 14:02 jtorvald

same issue

roman220220 avatar Feb 27 '23 18:02 roman220220

same issue here

lcsvcn avatar Feb 27 '23 19:02 lcsvcn

the same issue again

aloha1003 avatar Mar 07 '23 07:03 aloha1003

Use this instead : go get github.com/GoAdminGroup/go-admin@latest

@aloha1003 @jtorvald @lcsvcn @roman220220

SakoDroid avatar Mar 27 '23 07:03 SakoDroid

@SakoDroid root@localhost:~/src/goadmin # go get github.com/GoAdminGroup/go-admin@latest go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

roman220220 avatar Mar 27 '23 08:03 roman220220

I check the GOPATH and GOROOT "bin" folder, and found it in the GOPATH/bin, use "GOPATH/bin/adm init" was succeed

jamesfyp avatar May 16 '23 18:05 jamesfyp