Bump go version 1.22

This commit is contained in:
ViViDboarder 2024-06-13 12:37:48 -07:00
parent 4f37347f10
commit 554fd5c88e

View File

@ -8,7 +8,7 @@ if [ "$ARCH" = "x86_64" ]; then
fi
function install_go() {
local version="1.21.4"
local version="1.22.4"
if command -v "go" > /dev/null 2>&1 && go version | grep "$version"; then
echo "Go version $version is already installed"
return 0