philpep / imago

Ensure kubernetes pods run on latest images builds from the docker registry
Apache License 2.0
95 stars 13 forks source link

chore: update to go 1.19 #36

Closed blairdrummond closed 2 years ago

blairdrummond commented 2 years ago

Hello,

I bumped the deps and moved to go 1.19. If you're curious I also wrote a small self-contained k3d test to test the basic functionality

https://github.com/blairdrummond/imago/tree/e2e-test/e2e-test

Cheers, Blair

Edit: Closes https://github.com/philpep/imago/issues/35

philpep commented 2 years ago

Merged, thanks! Sorry for delay. Indeed test looks useful!