reproxy: switch to go_1_17

Contains a vendor folder - no hash update needed
This commit is contained in:
Colin 2022-02-05 02:14:19 -05:00 committed by GitHub
parent a6f6c0f0ad
commit d2a7b17640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21967,9 +21967,7 @@ with pkgs;
redstore = callPackage ../servers/http/redstore { };
reproxy = callPackage ../servers/reproxy {
buildGoModule = buildGo116Module;
};
reproxy = callPackage ../servers/reproxy { };
restic = callPackage ../tools/backup/restic { };