Below you will find pages that utilize the taxonomy term “Toyz”
July 18, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.11.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary gw is a tool designed to streamline and automate Go monorepo management. It automates the creation, synchronization, and verification of a go.work file across multiple modules, ensuring consistent dependency versions and streamlined workflows. The main functionalities include bootstraping, linting, running commands in parallel, generating documentation, and analyzing module dependencies to identify changes affecting the project as a whole.
July 18, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.10.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gw GitHub Action is a tool designed for managing Go monorepos by automating tasks such as generating and maintaining a unified go.work file, ensuring consistent dependency versions across modules, running commands in each module, and linting dependencies. It helps streamline the workflow of multi-module Go projects, reducing manual effort and improving collaboration among developers.
July 17, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.8.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gw GitHub Action automates and simplifies working with Go workspaces by generating, maintaining, and linting dependencies across multiple modules. It allows users to run commands, sync dependencies, check linting issues, and manage module configurations efficiently. The action handles tasks like moving replace directives, syncing use sets, and verifying release contracts in a multi-module environment.
July 17, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.7.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary gw is a Go tool designed to manage multi-module workspaces efficiently, automating common tasks such as bootstraping go.work, linting dependency versions, and running commands across modules. It helps developers maintain complex Go projects more effectively by streamlining the process of managing dependencies and automating repetitive tasks.
July 16, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.5.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gw action automates the management of Go workspaces by generating and maintaining the go.work file, lints cross-module dependency versions, and runs commands across every module. It solves problems related to managing multi-module Go projects efficiently and ensures consistent dependency versions across all modules. The action supports various commands such as bootstrapping, syncing go.work, linting, running commands in each module, building, testing, vetting, generating code, tidying dependencies, listing modules, adding/removing modules, printing the dependency graph, diffing working tree against a git ref, and performing health checks.
July 15, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.2.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gw action automates the management of Go workspaces, including generating and maintaining go.work, linting cross-module dependencies, running commands across modules, and checking the release contract. It helps in managing multi-module projects efficiently by handling module discovery, version consistency, dependency alignment, and CI readiness.
July 15, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.1.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary gw automates the management of Go workspaces by generating and maintaining go.work, lints cross-module dependency versions, and runs commands across every module. It solves the problem of managing multiple Go modules in a workspace, providing tools like init, sync, and lint to bootstrap, update, and validate the workspace configuration.