From 5b1416ff021ea5138aeca3f580370b850d3db25e Mon Sep 17 00:00:00 2001 From: sem Date: Fri, 28 Oct 2022 14:08:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'Installers/golang.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installers/golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/golang.sh b/Installers/golang.sh index cee47a9..6378fd6 100644 --- a/Installers/golang.sh +++ b/Installers/golang.sh @@ -1,7 +1,7 @@ #!/bin/bash action="install" -go_version="1.18.6" +go_version="1.19.1" . <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh) --