Closed TurtleSnail closed 1 year ago
@TurtleSnail go get
as written in our README no longer behaves as expected after Golang 1.17. This will be updated, thank you for your report.
Meanwhile, if you would like to play with our node software, I would strongly advise you to look at our Rusk repository instead. dusk-blockchain
will be deprecated in favor of rusk
in the future.
There are multiple ways to run and test our Rusk node. For more details see our setting up a node wiki page.
Describe the bug Since version 1.17.1 of Go, it is no longer possible to use the
go get
command.To Reproduce Make sure you have a Golang version above 1.71.1 installed:
Run
go get
as specified in theREADME
:The following output will appear:
Expected behaviour The codebase and its dependencies should be downloaded.