Update go to 1.22.3 on linux
This commit is contained in:
parent
74e97d8208
commit
a16255964d
@ -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
|
||||
|
@ -1519,8 +1519,8 @@ def get_manifest(is_windows):
|
||||
else:
|
||||
exe_path = f"bin/go"
|
||||
download_url = f"https://go.dev/dl/go{version}.linux-amd64.tar.gz"
|
||||
download_checksum = "aaa"
|
||||
checksum = "aaa"
|
||||
download_checksum = "8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36"
|
||||
checksum = "030fd1182c711b6a592eb7e1f1788d2808ff47e7b62d31b8f0ae25ed985d4e4c"
|
||||
symlink = [f"go-{version}"]
|
||||
|
||||
result.append({
|
||||
|
Loading…
Reference in New Issue
Block a user