How do I pull an older version from github? 1.29.0 for example?

Hi,
How do I pull an older version from git hub of Cardano? I do not want the latest, I want any version I choose? This is how I get the latest:

git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)

Thank You …

git checkout 1.29.0

Just make sure tag exists:

2 Likes

Just to note that an older version might not work on the current mainnet/testnet.

1 Like