Skip to content
New issue

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

go.mod references incorrectly labeled Argo CD package #22

Open
jgwest opened this issue Jul 18, 2021 · 0 comments
Open

go.mod references incorrectly labeled Argo CD package #22

jgwest opened this issue Jul 18, 2021 · 0 comments

Comments

@jgwest
Copy link
Contributor

jgwest commented Jul 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant