[BUG] fingerprint missmatch when running orchestrion go run <package>@latest
with <package> not in go.mod
#433
Labels
bug
Something isn't working
Describe what happened:
Running or building package with their full name and the
@<version>
suffix make it possible to bypass go.mod dependency resolution and acts as a quickfire way to download, build, and run in one go a Go binary. Except orchestrion fails when the said-package (heregithub.com/gohugoio/hugo
) has no versions in the go.mod.Here is the output:
Describe what you expected:
I would expect the package to build fine and run.
Steps to reproduce the issue:
Additional environment details (Version of Go, Operating System, etc.):
Version of orchestrion:
v1.0.0
Tested on linux and MacOS
The text was updated successfully, but these errors were encountered: