mark: pin go version to 1.23

This commit is contained in:
Arsenii Zorin
2025-04-13 09:52:39 +03:00
parent fa19562133
commit 14f8596cff
+4 -2
View File
@@ -1,10 +1,12 @@
{
lib,
buildGoModule,
buildGo123Module,
fetchFromGitHub,
}:
buildGoModule rec {
# Tests with go 1.24 do not work. For now
# https://github.com/kovetskiy/mark/pull/581#issuecomment-2797872996
buildGo123Module rec {
pname = "mark";
version = "12.1.2";