Update go to 1.22.3 on linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user