From c57f398da583c3a52a4ffe6a063a417917712751 Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 12 Oct 2022 01:19:38 +0300 Subject: [PATCH] Utils --- Installers/golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/golang.sh b/Installers/golang.sh index a171cc5..cee47a9 100644 --- a/Installers/golang.sh +++ b/Installers/golang.sh @@ -1,7 +1,7 @@ #!/bin/bash action="install" -go_version="1.18.5" +go_version="1.18.6" . <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh) --