You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
A clear and concise description of what the bug is.
My go.mod file has the below requirement coded
go 1.14
require (
github.com/argoproj/argo-cd v1.7.9
However when I run the go mod vendor, it does not fetch the latest api versions. One of the examples is the types.go in v1alpha1 folder where the EnableOCI flag in the repository type is missing.
This is causing issues in the argo-cd cli repo.go since the program expects repo.EnableOCI flag.
There are more such errors which I could see but then this is one of them.
A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue.
Use the below line in go.mod and run go mod vendor
go 1.14
require (
github.com/argoproj/argo-cd v1.7.9
Expected behavior
The latest code should be present in the APi types.go
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version
1.7.9
Paste the output from `argocd version` here.
Logs
Paste any relevant application logs here.
The text was updated successfully, but these errors were encountered:
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
Checklist:
argocd version
.Describe the bug
Latest argocd packages not being pulled from VCS
A clear and concise description of what the bug is.
My go.mod file has the below requirement coded
go 1.14
require (
github.com/argoproj/argo-cd v1.7.9
However when I run the go mod vendor, it does not fetch the latest api versions. One of the examples is the types.go in v1alpha1 folder where the EnableOCI flag in the repository type is missing.
This is causing issues in the argo-cd cli repo.go since the program expects repo.EnableOCI flag.
There are more such errors which I could see but then this is one of them.
A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue.
Use the below line in go.mod and run go mod vendor
go 1.14
require (
github.com/argoproj/argo-cd v1.7.9
Expected behavior
The latest code should be present in the APi types.go
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version
1.7.9
Paste the output from `argocd version` here.
Logs
The text was updated successfully, but these errors were encountered: