Skip to content

go.mod references incorrectly labeled Argo CD package #22

Open
@jgwest

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions