Skip to content

Commit 05e6b4c

Browse files
committed
Bump to Go 1.23 (was 1.22) and Rust 1.81 (was 1.80)
See kaitai-io/ci_targets@cfde790
1 parent c9d7670 commit 05e6b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/targetPairs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const TARGET_PAIRS = [
1616
["csharp", "netcore3.0.100-linux-x86_64"],
1717
["csharp", "net6.0-linux-x86_64"],
1818
["graphviz", "9-linux-x86_64"],
19-
["go", "1.22-linux-x86_64"],
19+
["go", "1.23-linux-x86_64"],
2020
["java", "zulu7-linux-x86_64"],
2121
["java", "temurin8-linux-x86_64"],
2222
["java", "temurin11-linux-x86_64"],
@@ -42,7 +42,7 @@ const TARGET_PAIRS = [
4242
["ruby", "1.9-linux-x86_64"],
4343
["ruby", "2.3-linux-x86_64"],
4444
["ruby", "3.3-linux-x86_64"],
45-
["rust", "1.80-linux-x86_64"],
45+
["rust", "1.81-linux-x86_64"],
4646
];
4747
TARGET_PAIRS.forEach(pair => Object.freeze(pair));
4848
Object.freeze(TARGET_PAIRS);

0 commit comments

Comments
 (0)