use the 1.24 toolchain

This commit is contained in:
2025-11-11 13:58:34 +00:00
parent 65dfcd2d5c
commit 8c446cea63

View File

@@ -11,6 +11,9 @@ else
echo 'ERROR: Installing golang-go NOT succesfull!'
exit
fi
# Force the go command to fetch & use the 1.24 toolchain
go env -w GOTOOLCHAIN=go1.24.3
go version # should show: go1.22.0 ... +toolchain go1.24.3 (after it downloads)
echo "";
echo "===================================";
echo "Installing mailhog...";