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

use go 1.19 #78

Merged
merged 3 commits into from
Feb 1, 2023
Merged

use go 1.19 #78

merged 3 commits into from
Feb 1, 2023

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Jan 31, 2023

Go 1.18 and 1.19 can cause things to differ, up to and including app hashes, though mainly state sync snapshots, due to a change in gzip in golang.

Using go 1.19 everywhere is safest, because you can build a chain that specifies go 1.18 with 1.19, but you cannot build a chain that specifies 1.19 with 1.18

@faddat
Copy link
Contributor Author

faddat commented Jan 31, 2023

ah great idea!

I should automate the docker build, too so that we get some reproducible tests in ci that run with every PR...

@emidev98 emidev98 merged commit fe9a716 into terra-money:main Feb 1, 2023
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

Successfully merging this pull request may close these issues.

2 participants