plexsystems / sinker

A tool to sync images from one container registry to another
MIT License
609 stars 53 forks source link

Upgrade dependencies #69

Closed amuraru closed 1 year ago

jpreese commented 1 year ago

Thanks for getting this PR started, @amuraru. It looks like there are some build failures when updating to Go 1.19

amuraru commented 1 year ago

updated go version in build scripts as well

aslafy-z commented 1 year ago

Hey @jpreese, any chance this gets merged some anytime soon? We're getting a lot of CONNRESET errors, which should be fixed by github.com/google/go-containerregistry 0.12+ (see https://github.com/google/go-containerregistry/pull/1415). I opened https://github.com/plexsystems/sinker/pull/70 that upgrades that single dependency. Feel free to close it if this one get merged.

jpreese commented 1 year ago

@aslafy-z thanks for the reminder. I'll work on getting a release out now.

jpreese commented 1 year ago

@aslafy-z v0.18.0 has been released.