Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cover version tags applied to Go workspaces with a integration test
In Golang, the tags applied to the repository are used to determine the module's version, and they can be applied individually for submodules (or workspaces). Cachi2 must properly report the versions of Go modules based on the existing tags. This commit changes the expected data for the existing gomod workspaces integration test to match the newly pushed tags to the test repository: workspace_modules/echo/v4.2.0 workspace_modules/hello/v1.1.0 workspace_modules/hi/hiii/v1.2.0 Signed-off-by: Bruno Pimentel <[email protected]>
- Loading branch information