werf: switch to go 1.19

This commit is contained in:
zowoq
2022-10-09 14:23:40 +10:00
parent c2db012912
commit 5ba91d79fe
2 changed files with 4 additions and 2 deletions
@@ -19,7 +19,7 @@ buildGoModule rec {
hash = "sha256-hvMDQlWlAy7gRiSJMt2qAtBpYEbfhGS/DZeQK5ueHYA=";
};
vendorHash = "sha256-ZZh6vKbipp/JmDiB2ELKCFuRUDetmA3+WG7o6ZIQXZk=";
vendorHash = "sha256-4QVLxvprm27Bv/ZFgxTtqZcSAWak1e+G8s+heW1JZnA=";
proxyVendor = true;
+3 -1
View File
@@ -37387,7 +37387,9 @@ with pkgs;
webwormhole = callPackage ../tools/networking/webwormhole { };
werf = callPackage ../applications/networking/cluster/werf { };
werf = callPackage ../applications/networking/cluster/werf {
buildGoModule = buildGo119Module;
};
wifi-password = callPackage ../os-specific/darwin/wifi-password {};