Skip to content

Fix: empty latest tag #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 6, 2022
Merged

Fix: empty latest tag #6

merged 2 commits into from
Feb 6, 2022

Conversation

barelyhuman
Copy link
Owner

@barelyhuman barelyhuman commented Feb 4, 2022

when no version is provided , the golang code uses an empty string to get the latest version from proxy, this is also being passed to the script which ends with this in the terminal

  >> Downloading github.com/barelyhuman/commitlog@
  >> Resolved version  to v0.0.10

The commit should change it to

  >> Downloading github.com/barelyhuman/commitlog@latest
  >> Resolved version latest to v0.0.10

@barelyhuman barelyhuman added this to the v0.0.5 - Patch 5 milestone Feb 4, 2022
@barelyhuman barelyhuman merged commit e14211f into dev Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant