Update go to 1.22.3 on linux

This commit is contained in:
2024-05-15 19:21:34 +10:00
parent 74e97d8208
commit a16255964d
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -24,10 +24,9 @@ remaining_args="$@"
# Construct the command to execute
bin_path="$root_path/$version/bin"
command="$bin_path/$remaining_args"
# Execute the command
echo "[SCRIPT] Executing $command"
echo "[SCRIPT] Executing $remaining_args"
PATH=${bin_path}:${PATH}
$command
$remaining_args