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

use go workspace #10904

Closed
wants to merge 5 commits into from
Closed

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Jun 10, 2022

This change removes the need for replace statements in all modules within this repository. Some additional changes needed to make this work:

  • update example docker base image
  • update compliance tests to avoid issue w/ go workspace

@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 25, 2022
@codeboten codeboten removed the Stale label Jul 6, 2022
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 21, 2022
@codeboten codeboten removed the Stale label Jul 25, 2022
@bogdandrutu
Copy link
Member

@codeboten are we going to have this 👯 ?

@codeboten
Copy link
Contributor Author

@bogdandrutu yes I'll tackle this as soon as I can get #12918 merged

@codeboten codeboten force-pushed the codeboten/workspaces branch from ba72fd0 to 4ef2367 Compare August 5, 2022 04:37
@codeboten codeboten marked this pull request as ready for review August 5, 2022 04:38
@codeboten codeboten requested a review from a team August 5, 2022 04:38
@codeboten codeboten requested a review from a team August 5, 2022 04:38
@codeboten codeboten force-pushed the codeboten/workspaces branch 3 times, most recently from bcd69ce to 7bd7ce8 Compare August 5, 2022 05:42
@codeboten codeboten force-pushed the codeboten/workspaces branch 2 times, most recently from 831b166 to 8d86626 Compare August 5, 2022 15:35
@codeboten codeboten changed the title [wip] use go workspace use go workspace Aug 5, 2022
@codeboten codeboten force-pushed the codeboten/workspaces branch 2 times, most recently from 6a84fc9 to 9d4cbab Compare August 8, 2022 15:02
examples/tracing/Dockerfile Outdated Show resolved Hide resolved
go.work Outdated
// references to modules that are in this repository with their relative paths
// so that we always build with current (latest) version of the source code.

replace (
Copy link
Member

Choose a reason for hiding this comment

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

I assume this would cause the release process to change a bit. If that's the case, can we have an update to it as part of this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Absolutely.

go.work Outdated Show resolved Hide resolved
Alex Boten added 5 commits September 15, 2022 15:29
This change removes the need for replace statements in all modules within this repository.
@codeboten
Copy link
Contributor Author

Closing this for now, there's no clear path to move forward with workspaces in this repo as it adds unnecessary complexity to the release process.

@codeboten codeboten closed this Sep 26, 2022
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.

6 participants