From 554fd5c88ea3b6dcbfe71a4a6c839297409a3c38 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 13 Jun 2024 12:37:48 -0700 Subject: [PATCH] Bump go version 1.22 --- recipes/default/golang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default/golang b/recipes/default/golang index b1051a5..d908908 100755 --- a/recipes/default/golang +++ b/recipes/default/golang @@ -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