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

Can gaia version in tutorial be updated? #3615

Closed
rootulp opened this issue Sep 14, 2023 · 1 comment · Fixed by #3640
Closed

Can gaia version in tutorial be updated? #3615

rootulp opened this issue Sep 14, 2023 · 1 comment · Fixed by #3640
Assignees

Comments

@rootulp
Copy link
Contributor

rootulp commented Sep 14, 2023

Context

I'm going through https://hermes.informal.systems/tutorials/pre-requisites/gaia.html

Problem

I have Golang 1.21.1 installed locally. The docs explain using Gaia v9.0.3 which fails to install locally because it depends on Golang 1.18.

HEAD is now at 05b6b87d3 update changelog for rc 2 (backport #2421) (#2422)
$ make install
ERROR: Go version 1.18 is required for HEAD-05b6b87d3c9121e933eab437772ea56f33ae268f of Gaia.
exit 1
make: *** [check_version] Error 1

Proposal

Increase the version of Gaia used in the tutorial. Gaia v12.0.0 exists.

@rootulp
Copy link
Contributor Author

rootulp commented Sep 14, 2023

Alternatively, one can bypass the check by commenting these lines out but that may break other things.

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

Successfully merging a pull request may close this issue.

2 participants