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
I can vendor the gomod2nix.toml directory fine, but I end up getting this error when building:
gomod2nix.toml
evmos-v16.0.0-rc4> # github.com/crypto-org-chain/cronos/memiavl evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:191:23: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:255:23: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:381:16: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:643:17: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:758:16: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/import.go:93:16: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/iterator.go:54:16: undefined: bytes.Clone evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/iterator.go:62:16: undefined: bytes.Clone evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/mmap.go:45:16: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/multitree.go:415:16: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/multitree.go:415:16: too many errors
An example of a relevant file that is erroring (it seems to be a subpackage):
The text was updated successfully, but these errors were encountered:
I think this is related to the go version.
Sorry, something went wrong.
No branches or pull requests
I can vendor the
gomod2nix.toml
directory fine, but I end up getting this error when building:An example of a relevant file that is erroring (it seems to be a subpackage):
The text was updated successfully, but these errors were encountered: