Skip to content
New issue

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

make build does not update go dependencies #215

Open
shahbazn opened this issue Sep 7, 2022 · 2 comments
Open

make build does not update go dependencies #215

shahbazn opened this issue Sep 7, 2022 · 2 comments

Comments

@shahbazn
Copy link
Contributor

shahbazn commented Sep 7, 2022

➜  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/cosmwasm-go@v0.5.1-0.20220822092235-974247a04ac7 requires
	github.com/CosmWasm/wasmvm@v1.0.0-rc.0: 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

@shahbazn
Copy link
Contributor Author

shahbazn commented Sep 7, 2022

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

@shahbazn
Copy link
Contributor Author

@fdymylja do you think its something to look into? Else we can mark the issue stale and close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant