@@ -8,7 +8,7 @@ using Base.BinaryPlatforms: set_compare_strategy!, compare_version_cap
8
8
struct CompilerShard
9
9
# Something like "RootFS", or "GCCBootstrap"
10
10
name:: String
11
-
11
+
12
12
# Something like v"7.1.0"
13
13
version:: VersionNumber
14
14
@@ -17,7 +17,7 @@ struct CompilerShard
17
17
18
18
# Usually `default_host_platform`
19
19
host:: AbstractPlatform
20
-
20
+
21
21
# :unpacked or :squashfs. Possibly more in the future.
22
22
archive_type:: Symbol
23
23
@@ -151,7 +151,7 @@ function shard_path(cs::CompilerShard; uid = getuid())
151
151
# as artifacts are retired, and also for multiple users to share a scratchspace.
152
152
return joinpath (@get_scratch! (bytes2hex (hash. bytes)), " $(artifact_name (cs)) _$(getuid ()) .squashfs" )
153
153
end
154
-
154
+
155
155
return artifact_path (hash)
156
156
end
157
157
@@ -498,7 +498,7 @@ function choose_shards(p::AbstractPlatform;
498
498
GCC_builds:: Vector{GCCBuild} = available_gcc_builds,
499
499
LLVM_builds:: Vector{LLVMBuild} = available_llvm_builds,
500
500
Rust_build:: VersionNumber = v " 1.43.0" ,
501
- Go_build:: VersionNumber = v " 1.13 " ,
501
+ Go_build:: VersionNumber = v " 1.16.3 " ,
502
502
archive_type:: Symbol = (use_squashfs ? :squashfs : :unpacked ),
503
503
bootstrap_list:: Vector{Symbol} = bootstrap_list,
504
504
# Because GCC has lots of compatibility issues, we always default to
0 commit comments