You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Postgres 17 and update default version (#159)
* Add support for Postgres 17 and update default version
* Update tests to use Postgres 17 as the default version
---------
Co-authored-by: ferguss <[email protected]>
fix: prevent panic when `*http.Response` is nil (#156)
* fix: prevent panic when *http.Response is nil
Signed-off-by: Danny Kopping <[email protected]>
* fix: add error handling for sha256 download
Signed-off-by: Danny Kopping <[email protected]>
* fix: check body nilness as well
Signed-off-by: Danny Kopping <[email protected]>
---------
Signed-off-by: Danny Kopping <[email protected]>