@@ -8,7 +8,7 @@ using Base.BinaryPlatforms: set_compare_strategy!, compare_version_cap
88struct CompilerShard
99 # Something like "RootFS", or "GCCBootstrap"
1010 name:: String
11-
11+
1212 # Something like v"7.1.0"
1313 version:: VersionNumber
1414
@@ -17,7 +17,7 @@ struct CompilerShard
1717
1818 # Usually `default_host_platform`
1919 host:: AbstractPlatform
20-
20+
2121 # :unpacked or :squashfs. Possibly more in the future.
2222 archive_type:: Symbol
2323
@@ -151,7 +151,7 @@ function shard_path(cs::CompilerShard; uid = getuid())
151151 # as artifacts are retired, and also for multiple users to share a scratchspace.
152152 return joinpath (@get_scratch! (bytes2hex (hash. bytes)), " $(artifact_name (cs)) _$(getuid ()) .squashfs" )
153153 end
154-
154+
155155 return artifact_path (hash)
156156end
157157
@@ -498,7 +498,7 @@ function choose_shards(p::AbstractPlatform;
498498 GCC_builds:: Vector{GCCBuild} = available_gcc_builds,
499499 LLVM_builds:: Vector{LLVMBuild} = available_llvm_builds,
500500 Rust_build:: VersionNumber = v " 1.43.0" ,
501- Go_build:: VersionNumber = v " 1.13 " ,
501+ Go_build:: VersionNumber = v " 1.16.3 " ,
502502 archive_type:: Symbol = (use_squashfs ? :squashfs : :unpacked ),
503503 bootstrap_list:: Vector{Symbol} = bootstrap_list,
504504 # Because GCC has lots of compatibility issues, we always default to
0 commit comments