We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ archway git:(main) ✗ git rev-parse --short HEAD 89d547c ➜ archway git:(main) ✗ make build go build -mod=readonly -tags "netgo,ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=archwayd -X github.com/cosmos/cosmos-sdk/version.AppName=archwayd -X github.com/cosmos/cosmos-sdk/version.Version="0.0.5" -X github.com/cosmos/cosmos-sdk/version.Commit=89d547c35e90bd37ddaee15e494bf05260fa71b2 -X github.com/archway-network/archwayd/app.Bech32Prefix=archway -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger"' -trimpath -o build/archwayd ./cmd/archwayd go: github.com/CosmWasm/[email protected] requires github.com/CosmWasm/[email protected]: missing go.sum entry; to add it: go mod download github.com/CosmWasm/wasmvm make: *** [build] Error 1
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered:
Turns out I had older golang version which is not supported. Perhaps we can add a check for minimum golang version to the build targets
go version go1.19.1 darwin/amd64 work just fine
go version go1.19.1 darwin/amd64
Sorry, something went wrong.
@fdymylja do you think its something to look into? Else we can mark the issue stale and close.
No branches or pull requests
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: