From 4c5c3fd235eb605c56f5353475818302e4d2dc3b Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 25 Jan 2023 16:02:55 -0800 Subject: [PATCH] Update golang to 1.19 --- recipes/default/golang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default/golang b/recipes/default/golang index 5f69b60..286d9f3 100644 --- a/recipes/default/golang +++ b/recipes/default/golang @@ -2,7 +2,7 @@ # Installs golang from the web -version="1.18" +version="1.19" ARCH=$(uname -m) if [ "$ARCH" = "x86_64" ]; then ARCH=amd64