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 03:53:59 -05:00 committed by GitHub
parent 2d91a19f16
commit e88ad86cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };