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 Go module name #718

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Fix Go module name #718

merged 1 commit into from
Jul 24, 2023

Conversation

michaelsauter
Copy link
Member

@michaelsauter michaelsauter commented Jul 21, 2023

For some reason (probably my stupidity) the Go module was 'github.com/opendevstack/pipeline' while the repository is named 'github.com/opendevstack/ods-pipeline'. This means that importing packages from this module was not possible before. While this isn't a typical thing to do now, it will be once we move the tasks out to their own repositories. I have a PoC of this locally which requires the change here ...

Tasks:

  • Updated design documents in docs/design directory or not applicable
  • Updated user-facing documentation in docs directory or not applicable
  • Ran tests (e.g. make test) or not applicable
  • Updated changelog or not applicable

@michaelsauter michaelsauter self-assigned this Jul 21, 2023
For some reason the Go module was 'github.com/opendevstack/pipeline'
while the repository is named 'github.com/opendevstack/ods-pipeline'.
This means that importing packages from this module was not possible
before. While this isn't a typical thing to do now, it will be once we
move the tasks out to their own repositories. I have a PoC of this
locally which requires the change here ...
@michaelsauter michaelsauter merged commit d649596 into master Jul 24, 2023
14 checks passed
@michaelsauter michaelsauter deleted the fix/module-name branch July 24, 2023 07:28
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