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

helm.sh entries in go.sum #1231

Closed
cunningt opened this issue Jan 28, 2020 · 1 comment
Closed

helm.sh entries in go.sum #1231

cunningt opened this issue Jan 28, 2020 · 1 comment

Comments

@cunningt
Copy link
Contributor

I'm getting the following errors trying to build

go: finding helm.sh/helm/v3 v3.0.0
go: helm.sh/helm/v3@v3.0.0: unknown revision helm.sh/helm/v3.0.0

and

go: finding helm.sh/helm/v3 v3.0.1
go: finding github.com/improbable-eng/thanos v0.3.2
go: finding github.com/imdario/mergo v0.3.6
go: helm.sh/helm/v3@v3.0.1: unknown revision helm.sh/helm/v3.0.1

It looks like these lines are the issue? https://github.com/apache/camel-k/blob/master/go.sum#L979-L980

@astefanutti
Copy link
Member

The go.sum file has changed and the helm.sh/helm/v3 module versions have changed as a result. Let me close this. Feel free to re-open if that's still an issue.

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

2 participants