Skip to content

[go] Add components into a go workspace #13083

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

Merged
merged 1 commit into from
Sep 19, 2022
Merged

[go] Add components into a go workspace #13083

merged 1 commit into from
Sep 19, 2022

Conversation

easyCZ
Copy link
Member

@easyCZ easyCZ commented Sep 19, 2022

Description

Ran the following:

go work init

for COMPONENT in $(find ./components -name go.mod); do    
     DIRECTORY=$(dirname $COMPONENT)
     go work use $DIRECTORY
done

Related Issue(s)

Fixes #

How to test

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview
  • /werft with-integration-tests=all
    Valid options are all, workspace, webapp, ide

@easyCZ
Copy link
Member Author

easyCZ commented Sep 19, 2022

/werft run

👍 started the job as gitpod-build-mp-go-work.1
(with .werft/ from main)

@easyCZ easyCZ marked this pull request as ready for review September 19, 2022 13:39
@roboquat roboquat merged commit a989f81 into main Sep 19, 2022
@roboquat roboquat deleted the mp/go-work branch September 19, 2022 13:41
@loujaybee loujaybee added team: workspace Issue belongs to the Workspace team team: webapp Issue belongs to the WebApp team labels Sep 20, 2022
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/M team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants