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
Try to build oraid on a fresh go env, results in a build error in final step.
To Reproduce
Steps to reproduce the behavior:
Upgrade go to 1.22
Delete ~/go
Follow 0.50.0 upgrade guide:
git clone https://github.com/oraichain/wasmd
cd wasmd
git checkout v0.50.0
# NOTE: you may need to upgrade your Golang version to 1.22.6+ with GOTOOLCHAIN to build the binary
make build
mv: cannot move 'build/oraid' to '/var/lib/orai/go/bin/oraid': No such file or directory
make: *** [Makefile:86: build] Error 1
Context
Try to build oraid on a fresh go env, results in a build error in final step.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No build error
Additional context
wasmd/Makefile
Line 86 in a71fabc
Maybe like this:
The text was updated successfully, but these errors were encountered: