containerbuildsystem / cachi2

GNU General Public License v3.0
5 stars 20 forks source link

Improve the integration tests to cover Go workspace version tags #560

Closed brunoapimentel closed 2 weeks ago

brunoapimentel commented 2 weeks ago

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).

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

Maintainers will complete the following section