Skip to content

Commit bcd6bbb

Browse files
authored
[Rootfs] Update Go toolchain to v1.17.7 (#223)
1 parent b688ad0 commit bcd6bbb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Artifacts.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,28 @@ os = "linux"
23522352
sha256 = "05b9524e7ce044da1b2384b6e92a33ec657e728d0d387819629600e334b09fef"
23532353
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Go-v1.16.3+0/Go.v1.16.3.x86_64-linux-musl.unpacked.tar.gz"
23542354

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+
23552377
[["LLVMBootstrap.v11.0.1.x86_64-linux-musl.squashfs"]]
23562378
arch = "x86_64"
23572379
git-tree-sha1 = "5ab848b00d11e579786ffcca46f2ab0173e30d48"

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ function choose_shards(p::AbstractPlatform;
526526
GCC_builds::Vector{GCCBuild}=available_gcc_builds,
527527
LLVM_builds::Vector{LLVMBuild}=available_llvm_builds,
528528
Rust_build::VersionNumber=v"1.57.0",
529-
Go_build::VersionNumber=v"1.16.3",
529+
Go_build::VersionNumber=v"1.17.7",
530530
archive_type::Symbol = (use_squashfs[] ? :squashfs : :unpacked),
531531
bootstrap_list::Vector{Symbol} = bootstrap_list,
532532
# Because GCC has lots of compatibility issues, we always default to

0 commit comments

Comments
 (0)