diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-08-28 13:28:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 13:28:22 +0200 |
commit | e3a7039c81ae7a123bb705585cfea8c93910d381 (patch) | |
tree | abfde95cfd97cac54fb71fc13f7dfff36398185d /go.mod | |
parent | 43b1ddb89bc08849c77bac0a5f1b030722732780 (diff) |
Fix CI, upgrade image used for upgrade tests (#3151)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/blevesearch/bleve/v2 v2.3.8 github.com/codeclysm/extract v2.2.0+incompatible github.com/dgraph-io/ristretto v0.1.1 - github.com/docker/docker v20.10.24+incompatible + github.com/docker/docker v24.0.5+incompatible github.com/docker/go-connections v0.4.0 github.com/getsentry/sentry-go v0.14.0 github.com/gologme/log v1.3.0 |