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

Bump golang to 1.19 #257

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Bump golang to 1.19 #257

merged 2 commits into from
Dec 29, 2022

Conversation

KonradStaniec
Copy link
Contributor

closes #227

Copy link
Member

@vitsalis vitsalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Do we expect any side effects from this?

@KonradStaniec
Copy link
Contributor Author

not sure what you mean by side effect but go is pretty strict it terms of backwards compatibility so everything should be fine. Ultimately it mostly means that Babylon will buildable only by 1.19 go compiler (a explained in attached issue) which is a bit of simplification.

One minor side effect is that if someone (from eng team) have been using 1.18 to build/test/run Babylon locally will need to update go. (I have been using Go 1.19 from quite some time)

@KonradStaniec KonradStaniec merged commit 72398bd into dev Dec 29, 2022
@KonradStaniec KonradStaniec deleted the bump-go branch December 29, 2022 14:18
vitsalis added a commit to babylonchain/vigilante that referenced this pull request Jan 2, 2023
Given that the babylon repository is getting [bumped to Go
1.19](babylonchain/babylon#257), we should
upgrade this one (as well as others).
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.

go 1.19
2 participants