gruntwork-io / gruntwork-io/fetch
Fetch version constraints tag does not support paging in tags list
Open
bug
- Dominant language
- Go
- Stars
- 624
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
If you are referencing a sufficiently old release tag in a version constraints tag, fetch will fail.
Example:
```
fetch --repo 'https://github.com/gruntwork-io/module-ecs' --tag '~>v0.3.2' foo
```
fails with:
```
ERROR: Error occurred while computing latest tag that satisfies version contraint expression: -1 - Tag does not exist
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.