File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -2352,6 +2352,28 @@ os = "linux"
2352
2352
sha256 = " 05b9524e7ce044da1b2384b6e92a33ec657e728d0d387819629600e334b09fef"
2353
2353
url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/Go-v1.16.3+0/Go.v1.16.3.x86_64-linux-musl.unpacked.tar.gz"
2354
2354
2355
+ [["Go .v1 .17 .7 .x86_64-linux-musl .squashfs" ]]
2356
+ arch = " x86_64"
2357
+ git-tree-sha1 = " bee5acd09de8eeb120ee2c70d451f43153460359"
2358
+ lazy = true
2359
+ libc = " musl"
2360
+ os = " linux"
2361
+
2362
+ [["Go .v1 .17 .7 .x86_64-linux-musl .squashfs" .download ]]
2363
+ sha256 = " f0e7c2d92911f55267e36a15bfce7e3ff8e603ada8f784b5053a3953cd55963d"
2364
+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/Go-v1.17.7/Go.v1.17.7.x86_64-linux-musl.squashfs.tar.gz"
2365
+
2366
+ [["Go .v1 .17 .7 .x86_64-linux-musl .unpacked" ]]
2367
+ arch = " x86_64"
2368
+ git-tree-sha1 = " 1667c130473cce8bf4eabee6eec3d07d7981f567"
2369
+ lazy = true
2370
+ libc = " musl"
2371
+ os = " linux"
2372
+
2373
+ [["Go .v1 .17 .7 .x86_64-linux-musl .unpacked" .download ]]
2374
+ sha256 = " b45f0d46a8d46f07091bfb7bf59e2f166cf205a1f92a7350931c0f471217feff"
2375
+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/Go-v1.17.7/Go.v1.17.7.x86_64-linux-musl.unpacked.tar.gz"
2376
+
2355
2377
[["LLVMBootstrap .v11 .0 .1 .x86_64-linux-musl .squashfs" ]]
2356
2378
arch = " x86_64"
2357
2379
git-tree-sha1 = " 5ab848b00d11e579786ffcca46f2ab0173e30d48"
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ function choose_shards(p::AbstractPlatform;
526
526
GCC_builds:: Vector{GCCBuild} = available_gcc_builds,
527
527
LLVM_builds:: Vector{LLVMBuild} = available_llvm_builds,
528
528
Rust_build:: VersionNumber = v " 1.57.0" ,
529
- Go_build:: VersionNumber = v " 1.16.3 " ,
529
+ Go_build:: VersionNumber = v " 1.17.7 " ,
530
530
archive_type:: Symbol = (use_squashfs[] ? :squashfs : :unpacked ),
531
531
bootstrap_list:: Vector{Symbol} = bootstrap_list,
532
532
# Because GCC has lots of compatibility issues, we always default to
You can’t perform that action at this time.
0 commit comments