You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wawrzek_ivynet_dev@ivy-030:~/Lagrange/lsc-client-cli$ go build -o ./dist cmd/main.go
go: downloading github.com/Lagrange-Labs/lagrange-node/core v0.1.1
verifying github.com/Lagrange-Labs/lagrange-node/[email protected]: checksum mismatch
downloaded: h1:D6lIFrxunsaqeuv8xe0//ERdCGUqE9N36HFQ4NIO1qw=
go.sum: h1:H9AE4zXBgr/PU04R5V/tG9AtyefZdd8cLnb/fwYz1ZU=
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.
For more information, see 'go help module-auth'.
The client should compile.
OS details
wawrzek_ivynet_dev@ivy-030:~/Lagrange/lsc-client-cli$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Describe the bug
The client cannot be built, because of problems with a module version.
Steps to reproduce the bug
Follow the README file (https://github.com/Lagrange-Labs/lsc-client-cli?tab=readme-ov-file#installing-cli-from-source)
and run the
go build
step.The client should compile.
OS details
Additional context
#154 should fix the problem.
The text was updated successfully, but these errors were encountered: