redpanda-data / redpanda-operator

36 stars 9 forks source link

Cleanup stray files and run go work sync #250

Closed andrewstucki closed 1 week ago

andrewstucki commented 1 week ago

This just cleans up a binary file that was accidentally checked in, adds the directory containing it to the go.work file and then runs go work sync to make sure everything is up-to-date (it wasn't quite).

The project appears to build just fine locally even with the updated dependencies, so I think we're fine so long as tests pass.