use the 1.24 toolchain
This commit is contained in:
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user