[MiG] port from 19

This commit is contained in:
2026-08-24 13:40:43 +02:00
parent ac8cb24bfb
commit a32b303e7a
14 changed files with 266 additions and 47 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ echo ""
echo "==================================="
echo "Install Go 1.24.3..."
echo "==================================="
GO_VERSION=1.25.0
GO_VERSION=1.26.0
wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz
sudo rm -rf /usr/local/go