barelyhuman / goblin

Golang binaries compiled on-demand for your system
http://goblin.run
MIT License
103 stars 4 forks source link

Fix: empty latest tag #6

Closed barelyhuman closed 2 years ago

barelyhuman commented 2 years ago

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