Skip to content

Commit

Permalink
argocd-autopilot: fix vendorHash for go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Apr 6, 2024
1 parent e6e15e6 commit 079153c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-txbs1SzAaV1nCl104m0Ht5DwzCmK+sBDn4rZ1newdLc=";
};

vendorHash = "sha256-1nolJLWkArzSKf11fzlvvgiCnvMYSu5MHRNAn1lryms=";
vendorHash = "sha256-QbjiQVclT8paEKYQmMwj5MLq40mAVh5Ji5VJJTOmEZI=";

proxyVendor = true;

Expand Down

0 comments on commit 079153c

Please sign in to comment.