From 031d3de1800a74cc9e8f5f761ca79fe77e8b5d60 Mon Sep 17 00:00:00 2001 From: Yannic Staudt Date: Wed, 23 Aug 2023 18:01:17 +0200 Subject: [PATCH 1/3] :wrench: Updating go because we need it for the latest boringssl builds --- distro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/distro.json b/distro.json index e4e18a7..11bc4eb 100644 --- a/distro.json +++ b/distro.json @@ -225,24 +225,24 @@ "platforms": { "macos": { "universal": { - "url": "https://nxxm.indigenious.io/distro/v0.0.12/go/go_1.14.14_darwin_64bit.zip", - "sha1": "1e2561d8307eb513a23eb7c9a8b769b800db27af", + "url": "https://nxxm.indigenious.io/distro/all/go/go1.21.0.darwin-amd64.zip", + "sha1": "fa766552836553eccf7bf918c26fe327d0ddecd2", "root": "go", "path": ["bin"] } }, "linux": { "universal": { - "url": "https://nxxm.indigenious.io/distro/v0.0.12/go/go_1.14.14_linux_64bit.zip", - "sha1": "9fc8f520528b3f353b1feeb1279f241d2a5c3677", + "url": "https://nxxm.indigenious.io/distro/all/go/go1.21.0.linux-amd64.zip", + "sha1": "16ac2d4888e89b51060b718e5141e529b52265fd", "root": "go", "path": ["bin"] } }, "windows": { "universal": { - "url": "http://nxxm.indigenious.io/distro/v0.0.12/go/go_1.14.14_windows_x86_64.zip", - "sha1": "782c595c1aece9fea8bfa7a14bfbf52e206a0f91", + "url": "http://nxxm.indigenious.io/distro/all/go/go1.21.0.windows-amd64.zip", + "sha1": "2957ec33166bb25743c4d2f365c07fc21b02198e", "root": "go", "path": ["bin"] } From 52a35431c4708608f8f6aa2e52384f3639d21a42 Mon Sep 17 00:00:00 2001 From: Yannic Staudt Date: Wed, 23 Aug 2023 18:32:08 +0200 Subject: [PATCH 2/3] :wrench: updating the environments --- distro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distro.json b/distro.json index 11bc4eb..699b077 100644 --- a/distro.json +++ b/distro.json @@ -69,9 +69,9 @@ "platforms": { "all": { "universal": { - "url": "https://github.com/tipi-build/environments/archive/94ecd285bbc7fd74504e721799d43716d2560828.zip", - "sha1": "bcd83a12d4232f9ed75c732002cdee8606965157", - "root": "environments-94ecd285bbc7fd74504e721799d43716d2560828" + "url": "https://github.com/tipi-build/environments/archive/8bdcd20d9c84680ef340c6fd75af34f0555c29f9.zip", + "sha1": "2be40f8447c720c5a5652242f3d2b5de405b037b", + "root": "environments-8bdcd20d9c84680ef340c6fd75af34f0555c29f9" } } } From 7a658927458911873ef9a6dc999aed89dd3f34e4 Mon Sep 17 00:00:00 2001 From: Yannic Staudt Date: Wed, 23 Aug 2023 19:16:21 +0200 Subject: [PATCH 3/3] :wrench: another update to the environments --- distro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distro.json b/distro.json index 699b077..0218cd8 100644 --- a/distro.json +++ b/distro.json @@ -69,9 +69,9 @@ "platforms": { "all": { "universal": { - "url": "https://github.com/tipi-build/environments/archive/8bdcd20d9c84680ef340c6fd75af34f0555c29f9.zip", - "sha1": "2be40f8447c720c5a5652242f3d2b5de405b037b", - "root": "environments-8bdcd20d9c84680ef340c6fd75af34f0555c29f9" + "url": "https://github.com/tipi-build/environments/archive/53ffe525d0bf0cd1207138368321d2034040e4f8.zip", + "sha1": "6b578743f7f0e03d16e57c45e98b41bd636ff679", + "root": "environments-53ffe525d0bf0cd1207138368321d2034040e4f8" } } }