-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Go: Support workspaces #6012
Copy link
Copy link
Labels
F: monorepo 📦Issues related to bumping a dep in manifests from multiple appsIssues related to bumping a dep in manifests from multiple appsKeepExempt this from being marked by stalebotExempt this from being marked by stalebotL: go:modulesGolang modulesGolang modulesT: feature-requestRequests for new featuresRequests for new features
Metadata
Metadata
Assignees
Labels
F: monorepo 📦Issues related to bumping a dep in manifests from multiple appsIssues related to bumping a dep in manifests from multiple appsKeepExempt this from being marked by stalebotExempt this from being marked by stalebotL: go:modulesGolang modulesGolang modulesT: feature-requestRequests for new featuresRequests for new features
Type
Projects
Status
Scoping
Is there an existing issue for this?
Feature description
Golang 1.18 introduced the support for workspaces to simplify the management of multiple modules in one repository.
Dependabot could use the
go.workfile to:Something similar is already supported in the JS world with lerna #197 and yarn.