-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
use go workspace #10904
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@codeboten are we going to have this 👯 ? |
@bogdandrutu yes I'll tackle this as soon as I can get #12918 merged |
ba72fd0
to
4ef2367
Compare
bcd69ce
to
7bd7ce8
Compare
831b166
to
8d86626
Compare
6a84fc9
to
9d4cbab
Compare
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 ( |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely.
9d4cbab
to
d6be8c1
Compare
d6be8c1
to
9e881eb
Compare
This change removes the need for replace statements in all modules within this repository.
efceb37
to
fb991d1
Compare
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. |
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 imageupdate compliance tests to avoid issue w/ go workspace