Skip to content

Commit

Permalink
nit: make go version consistent/extra explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
karzak authored and nddeluca committed Nov 12, 2024
1 parent 166d55f commit 4137b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrate/v0_27/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ The kava chain is expected to halt at block height **12766500**. **Do not stop y

**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.7+ and not a different version.** Golang 1.22.6 and below is not compatible and 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

# in the `kava` folder
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
Expand Down

0 comments on commit 4137b4c

Please sign in to comment.