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