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

fix: Update golang.org/x/mod, fix problems with go1.21.0. #144

Closed rudo-thomas closed 11 months ago

rudo-thomas commented 11 months ago

Makes https://github.com/bwplotka/bingo/issues/143 go away, edit: though some tests need to be updated...

rudo-thomas commented 11 months ago

My commit c4ae662 made it go-installable with:

go install github.com/rudo-thomas/bingo@c4ae6622e64f52b55eda9b8368486abb5d11cd55

To reiterate, this is an unsupported, quick, and temporary fix. Provided as-is.

rudo-thomas commented 11 months ago

145 fixes this properly; closing.