bwplotka / bingo

Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules.
Apache License 2.0
342 stars 29 forks source link

Simplify version command #114

Closed aaronjheng closed 2 years ago

aaronjheng commented 2 years ago

bingo version executes go command which is unnecessary. Right now, I use this patch to stop this behavior when running version tests for bingo in nixpkgs. See https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/bingo/default.nix.