Is there an existing issue for this?
What happened?
When trying to recompile protobuf messages there is a check for latest go version in https://github.com/lavanet/lava/blob/main/scripts/init_install.sh#L98
The check fails in cases of patched versions of go
Lava Version
Latest
How to reproduce?
Simply install any golang version which is patched (1.2.3) and run the script init_install.sh and it will eventually fail to check the installed go version.
Is there an existing issue for this?
What happened?
When trying to recompile protobuf messages there is a check for latest go version in https://github.com/lavanet/lava/blob/main/scripts/init_install.sh#L98
The check fails in cases of patched versions of go
Lava Version
Latest
How to reproduce?
Simply install any golang version which is patched (1.2.3) and run the script
init_install.shand it will eventually fail to check the installed go version.