operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

Switch to `go tool` for tool dependency management

Open m1kola opened this issue 1 year ago • 2 comments

There is a proposal for go to receive support for tool dependency management which might land as soon as Go 1.22: https://github.com/golang/go/issues/48429

Once it is available and our codebase is updated to the corresponding Go version we should switch to native support.

At the moment of writing we use github.com/bwplotka/bingo for tool pinning.

m1kola avatar Aug 18 '23 11:08 m1kola