argocd-autopilot: switch to go 1.19

This commit is contained in:
zowoq 2022-10-09 10:33:40 +10:00
parent ea57902e29
commit 3f2a8cbb98
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-aC3U9Qeahji3xSuJWuMlf2TzKEqPDAOuB52A4Om/fRU=";
};
vendorSha256 = "sha256-ujDtfDL1VWe4XjTHD+pXMmMFp0AiuZcE+CKRkMsiv9Q=";
vendorSha256 = "sha256-waEvrIEXQMyzSyHpPo7H0OwfD5Zo/rwWTpeWvipZXv8=";
proxyVendor = true;

View File

@ -26861,7 +26861,9 @@ with pkgs;
argocd = callPackage ../applications/networking/cluster/argocd { };
argocd-autopilot = callPackage ../applications/networking/cluster/argocd-autopilot { };
argocd-autopilot = callPackage ../applications/networking/cluster/argocd-autopilot {
buildGoModule = buildGo119Module;
};
argo-rollouts = callPackage ../applications/networking/cluster/argo-rollouts { };