We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The current version of the go.mod appears to reference an extremely old version of Argo CD, but that has a modern timestamp:
github.com/argoproj/argo-cd v0.8.1-0.20210326223336-719d6a9c252e
Fortunately, however, this is actually just v1.8.x release that was incorrectly tagged upstream, as you can see from the parent commits of that commit: https://github.com/argoproj/argo-cd/commits/719d6a9c252e93ffed1dc1732e3d2dead349fcbe
In any case, we should probably update to a newer v1.8.x release that has been properly tagged, or move up to v2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The current version of the go.mod appears to reference an extremely old version of Argo CD, but that has a modern timestamp:
Fortunately, however, this is actually just v1.8.x release that was incorrectly tagged upstream, as you can see from the parent commits of that commit: https://github.com/argoproj/argo-cd/commits/719d6a9c252e93ffed1dc1732e3d2dead349fcbe
In any case, we should probably update to a newer v1.8.x release that has been properly tagged, or move up to v2.
The text was updated successfully, but these errors were encountered: