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

update go.mod to v4 #568

Merged
merged 1 commit into from
Oct 18, 2021
Merged

update go.mod to v4 #568

merged 1 commit into from
Oct 18, 2021

Conversation

vmanley
Copy link
Contributor

@vmanley vmanley commented Oct 18, 2021

Description

Update go.mod to v4

  • Module declaration changed from:
    module github.com/integr8ly/grafana-operator
    to:
    module github.com/grafana-operator/grafana-operator/v4
  • Relevant import entries updated to reflect change of module declaration

Relevant issues/tickets

Resolves Issue 562

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • This change requires a documentation update
  • I have added tests that prove my fix is effective or that my feature works
  • I have added a test case that will be used to verify my changes
  • Verified independently on a cluster by reviewer

Verification steps

Verified by running the operator locally on CRC as described in the Develop section of documentation

Copy link
Collaborator

@pb82 pb82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified locally, great work @vmanley 👍

@pb82 pb82 merged commit 525ad64 into grafana:master Oct 18, 2021
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.

[Bug] go.mod should be updated to v4
2 participants