Skip to content

[GO] support go workspaces and project with multiple go project defined#146

Merged
acabarbaye merged 5 commits into
mainfrom
gowork
Jun 4, 2026
Merged

[GO] support go workspaces and project with multiple go project defined#146
acabarbaye merged 5 commits into
mainfrom
gowork

Conversation

@acabarbaye

@acabarbaye acabarbaye commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Description

Update to support multiple go projects defined in one repository and also support go workspace

See https://stackoverflow.com/questions/55041915/multiple-modules-within-the-same-project for more details about go releasing. Until now it was assumed the SRC dir was were the go project was defined no matter if it had a go.Work or a go.mod. Now it looks for the first one and browse all the sub directories it contains. otherwise, it looks for go.mod in SRC

Test Coverage

  • This change is covered by existing or additional automated tests.
  • Manual testing has been performed (and evidence provided) as automated testing was not feasible.
  • Additional tests are not required for this change (e.g. documentation update).

@acabarbaye acabarbaye requested a review from a team as a code owner June 4, 2026 11:48
Comment thread continuous_delivery_scripts/plugins/golang.py Outdated
acabarbaye and others added 2 commits June 4, 2026 13:02
@acabarbaye acabarbaye requested a review from joshjennings98 June 4, 2026 12:11
@acabarbaye acabarbaye merged commit c8bbe64 into main Jun 4, 2026
15 checks passed
@acabarbaye acabarbaye deleted the gowork branch June 4, 2026 12:13
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