|
VERSION=$(curl -s https://go.dev/dl/ | grep "$PLATFORM.tar.gz" | sed -E "s/.*go([0-9.]+)\.$PLATFORM\.tar\.gz.*/\1/" | head -n 1) |
The go-install.sh script will end up installing later version of Go (1.23 or 1.24.x) and the installation of cosmovisor will fail
@NodeNavigator