From eed2959ec1e2274de4dc1637ff841970a0010afc Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jul 2026 06:41:35 +0000 Subject: [PATCH] Juiste go versie --- install_mailhog_as_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install_mailhog_as_service.sh diff --git a/install_mailhog_as_service.sh b/install_mailhog_as_service.sh old mode 100644 new mode 100755 index c950793..a5580dd --- a/install_mailhog_as_service.sh +++ b/install_mailhog_as_service.sh @@ -18,7 +18,7 @@ echo "" echo "===================================" echo "Install Go 1.24.3..." echo "===================================" -GO_VERSION=1.24.3 +GO_VERSION=1.26.0 wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz sudo rm -rf /usr/local/go