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
Following the set up instructions, I am running go get github.com/ava-labs/avash. This gives the following error. Sounds like the fix would be the publish this as a versioned package.
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
Also tried the following but doesn't work.
go install ava-labs/avash@latest
go install: ava-labs/avash@latest: malformed module path "ava-labs/avash": missing dot in first path element
Following the set up instructions, I am running
go get github.com/ava-labs/avash. This gives the following error. Sounds like the fix would be the publish this as a versioned package.Also tried the following but doesn't work.