Skip to content

Commit 3d99beb

Browse files
committed
chore(scripts): change go symlink table
1 parent 0f07b28 commit 3d99beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515

1616
symlink_table = {
17-
"go": ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23"],
17+
"go": ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23", "1.24"],
1818
"java": ["8", "11", "17", "18", "19", "20", "21", "22", "23", "24"],
1919
"node": ["12", "14", "16", "17", "18", "19", "20", "21", "22", "23"],
2020
"php": ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"],
@@ -74,4 +74,4 @@ def symlink(stack_name, version):
7474
elif action == "symlink":
7575
symlink(sys.argv[2], sys.argv[3])
7676
else:
77-
print("Unknown action: %s" % action)
77+
print("Unknown action: %s" % action)

0 commit comments

Comments
 (0)