barelyhuman / goblin

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

Bug: Doesn't get the latest version for github repos #10

Closed barelyhuman closed 1 year ago

barelyhuman commented 1 year ago

The current implementation depends on Github resolution as a fallback and not the primary source of the version.

This causes issues for packages which might be available on both but the latest version is on github.

This also causes the issue of not being able to get the package with git references like branch names but works fine with a commit hash.