go-admin
go-admin copied to clipboard
[BUG] v1.2.24: verifying module: checksum mismatch
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'.
same issue
same issue here
the same issue again
Use this instead :
go get github.com/GoAdminGroup/go-admin@latest
@aloha1003 @jtorvald @lcsvcn @roman220220
@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'.
I check the GOPATH and GOROOT "bin" folder, and found it in the GOPATH/bin, use "GOPATH/bin/adm init" was succeed