From aa61ecb0442dad13c353d612c6997564df8291cd Mon Sep 17 00:00:00 2001 From: karzak Date: Tue, 12 Nov 2024 14:35:43 -0800 Subject: [PATCH] nit: make go version consistent/extra explicit --- migrate/v0_27/migrate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migrate/v0_27/migrate.md b/migrate/v0_27/migrate.md index 6767c33e5..02e9659a2 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -37,12 +37,12 @@ The kava chain is expected to halt at block height **TO BE DETERMINED**. **Do no **Make sure the kava process is stopped before proceeding and that you have backed up your validator**. Failure to backup your validator could make it impossible to restart your node if the upgrade fails. -**Ensure you are using golang 1.22.x and not a different version.** Golang 1.21 and below may cause app hash mismatches! +**Ensure you are using golang 1.22.7+ and not a different version.** Golang 1.22.6 and below may cause app hash mismatches! To update to v0.27.0 ```sh -# check go version - look for 1.22! +# check go version - look for 1.22.7+! go version # go version go1.22.9 linux/amd64 @@ -50,7 +50,7 @@ go version git fetch git checkout v0.27.0 -# Note: Golang 1.22 must be installed before this step +# Note: Golang 1.22.7+ must be installed before this step make install # verify versions