gomobile: don't pin to go 1.16

This commit is contained in:
ajs124 2022-04-13 13:15:25 +01:00 committed by Jörg Thalheim
parent 1909454e55
commit 0ebd5585be
No known key found for this signature in database

View file

@ -2474,9 +2474,7 @@ with pkgs;
xcodeenv = callPackage ../development/mobile/xcodeenv { };
gomobile = callPackage ../development/mobile/gomobile {
buildGoModule = buildGo116Module;
};
gomobile = callPackage ../development/mobile/gomobile { };
ssh-agents = callPackage ../tools/networking/ssh-agents { };