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
351 stars 29 forks source link

Fixed "Go1.18+ required" error on some modules due to missing go.sum #134

Closed bwplotka closed 1 year ago

bwplotka commented 1 year ago

Reason was that go list command no longer updates go.sum.

Fixes: https://github.com/bwplotka/bingo/issues/125