mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
Fix dependabot alerts (#3188)
* chore: update github.com/redis/go-redis/v9 to v9.9.0 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update trivy to v0.63.0 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update github.com/spf13/cast to v1.9.2 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: update ossf/scorecard-action from 2.4.1 to 2.4.2 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * chore: fix multiple dependabot alerts Signed-off-by: Andrei Aaron <aaaron@luxoft.com> --------- Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -217,7 +217,7 @@ func TestRedisOptions(t *testing.T) {
|
||||
So(err, ShouldBeNil)
|
||||
So(clientIntf, ShouldNotBeNil)
|
||||
|
||||
_, ok := clientIntf.(*redis.Client)
|
||||
_, ok := clientIntf.(*redis.ClusterClient)
|
||||
So(ok, ShouldBeTrue)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user