galene: switch to go_1_17

This builds and works with go1.17. No module changes happened (tested
with a rebuild).
This commit is contained in:
Colin
2022-01-29 18:53:59 +10:00
committed by GitHub
parent 2d91a19f16
commit e88ad86cfd
+1 -1
View File
@@ -1764,7 +1764,7 @@ with pkgs;
genymotion = callPackage ../development/mobile/genymotion { };
galene = callPackage ../servers/web-apps/galene {
buildGoModule = buildGo115Module;
buildGoModule = buildGo117Module;
};
gamecube-tools = callPackage ../development/tools/gamecube-tools { };