containers / containers/nri-plugins
create tag pkg/topology/v0.1.0
Open
- Dominant language
- Go
- Stars
- 114
- Forks
- 44
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 20
Description
It's not possible to use v0.1.0 tag for `pkg/topology`:
```
If a module is defined in a subdirectory within the repository, that is, the module subdirectory portion of the module path is not empty, then each tag name must be prefixed with the module subdirectory, followed by a slash. For example, the module golang.org/x/tools/gopls is defined in the gopls subdirectory of the repository with root path golang.org/x/tools. The version v0.4.0 of that module must have the tag named gopls/v0.4.0 in that repository.
```
https://go.dev/ref/mod#vcs-version
Contributor guide
Assessment
This issue has not been assessed yet.