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

Fix modulepath #575

Merged
merged 1 commit into from
Feb 2, 2025
Merged

Fix modulepath #575

merged 1 commit into from
Feb 2, 2025

Conversation

NITEMAN
Copy link
Contributor

@NITEMAN NITEMAN commented Jan 31, 2025

Changes Proposed

If the module is released at major version 2 or higher, the module path must end with a major version suffix like /v2. This may or may not be part of the subdirectory name

See https://go.dev/ref/mod#module-path

Fixing it will enable installing it locally with tools like mise which currently default to the last v1: mise use go:github.com/komodorio/helm-dashboard

If the module is released at major version 2 or higher, the module path must end with a major version suffix like /v2. This may or may not be part of the subdirectory name

See https://go.dev/ref/mod#module-path
@undera undera merged commit dc6d781 into komodorio:main Feb 2, 2025
1 check passed
@undera
Copy link
Collaborator

undera commented Feb 2, 2025

Thank you very much!

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

Successfully merging this pull request may close these issues.

2 participants