clusternet: downgrade go version to fix build (#403828)

This commit is contained in:
Aleksana
2025-05-03 18:47:52 +08:00
committed by GitHub
+2 -2
View File
@@ -1,10 +1,10 @@
{
lib,
fetchFromGitHub,
buildGoModule,
buildGo123Module,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "clusternet";
version = "0.17.3";