Closed
Description
Summary
How can I import latest argo in go project?
Motivation
Why do you need to know this, any examples or use cases you could include?
when I want import argo v2.7.0 in my project
go get github.com/argoproj/[email protected]
But I got error
not found: github.com/argoproj/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
How to fix it?