From ae96877db19f264326eaae52ca19d549ecfb9496 Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 5 Oct 2022 07:43:00 +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 3f6869a..181fc94 100644 --- a/Installers/golang.sh +++ b/Installers/golang.sh @@ -1,7 +1,7 @@ #!/bin/bash action="install" -go_version="1.18.1" +go_version="1.18.3" . <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh) --