Skip to content

Commit ea0b0a6

Browse files
committed
add toolchain 1.24.6, 1.25.0
commit_hash:94fc2f652bedb0e23a9159e864e397a6ccb5ff65
1 parent 60b11ab commit ea0b0a6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ynd/go/1.24/ix.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{% extends '//die/std/ix.sh' %}
22

33
{% block go_version %}
4-
1.24.5
4+
1.24.6
55
{% endblock %}
66

77
{#
8-
curl 'https://go.dev/dl/?mode=json&include=all' | jq -r '.[] | select(.version=="go1.24.5") | .files[] | select((.kind=="archive") and (.arch|IN("amd64","arm64")) and (.os|IN("linux", "windows", "darwin"))) | "", .filename, .sha256'
8+
curl 'https://go.dev/dl/?mode=json&include=all' | jq -r '.[] | select(.version=="go1.24.6") | .files[] | select((.kind=="archive") and (.arch|IN("amd64","arm64")) and (.os|IN("linux", "windows", "darwin"))) | "", .filename, .sha256'
99
#}
1010
{% block archive_hash %}
1111
{% if linux and x86_64 %}
12-
10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
12+
bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712
1313
{% elif linux and aarch64 %}
14-
0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa
14+
124ea6033a8bf98aa9fbab53e58d134905262d45a022af3a90b73320f3c3afd5
1515
{% elif darwin and x86_64 %}
16-
2fe5f3866b8fbcd20625d531f81019e574376b8a840b0a096d8a2180308b1672
16+
4a8d7a32052f223e71faab424a69430455b27b3fff5f4e651f9d97c3e51a8746
1717
{% elif darwin and arm64 %}
18-
92d30a678f306c327c544758f2d2fa5515aa60abe9dba4ca35fbf9b8bfc53212
18+
4e29202c49573b953be7cc3500e1f8d9e66ddd12faa8cf0939a4951411e09a2a
1919
{% elif mingw32 %}
20-
658f432689106d4e0a401a2ebb522b1213f497bc8357142fe8def18d79f02957
20+
4fbc8af2cfca9e5059019b5150a426eb78e1e57718bf08f0e52b1c942a2782bf
2121
{% endif %}
2222
{% endblock %}
2323

ynd/go/1.25/ix.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{% extends '//die/std/ix.sh' %}
22

33
{% block go_version %}
4-
1.25rc2
4+
1.25.0
55
{% endblock %}
66

77
{#
8-
curl 'https://go.dev/dl/?mode=json&include=all' | jq -r '.[] | select(.version=="go1.25rc2") | .files[] | select((.kind=="archive") and (.arch|IN("amd64","arm64")) and (.os|IN("linux", "windows", "darwin"))) | "", .filename, .sha256'
8+
curl 'https://go.dev/dl/?mode=json&include=all' | jq -r '.[] | select(.version=="go1.25.0") | .files[] | select((.kind=="archive") and (.arch|IN("amd64","arm64")) and (.os|IN("linux", "windows", "darwin"))) | "", .filename, .sha256'
99
#}
1010
{% block archive_hash %}
1111
{% if linux and x86_64 %}
12-
efcd3a151b174ffebde86b9d391ad59084300a4c5e9ea8c1d5dff90bbac38820
12+
2852af0cb20a13139b3448992e69b868e50ed0f8a1e5940ee1de9e19a123b613
1313
{% elif linux and aarch64 %}
14-
e9a077cef12d5c4a82df6d85a76f5bb7a4abd69c7d0fbab89d072591ef219ed3
14+
05de75d6994a2783699815ee553bd5a9327d8b79991de36e38b66862782f54ae
1515
{% elif darwin and x86_64 %}
16-
a09e19acff22863dfad464aee1b8b83689b75b233d65406b1d9e63d1dea21296
16+
5bd60e823037062c2307c71e8111809865116714d6f6b410597cf5075dfd80ef
1717
{% elif darwin and arm64 %}
18-
995979864ed7a80a81fc5c20381da9973f8528f3776ddcebf542d888e72991d2
18+
544932844156d8172f7a28f77f2ac9c15a23046698b6243f633b0a0b00c0749c
1919
{% elif mingw32 %}
20-
f0dadd0cdebbf56ad4ae7a010a5e980b64d6e4ddd13d6d294c0dad9e42285d09
20+
89efb4f9b30812eee083cc1770fdd2913c14d301064f6454851428f9707d190b
2121
{% endif %}
2222
{% endblock %}
2323

0 commit comments

Comments
 (0)