We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3431dc6 + c1325d6 commit a3ac13eCopy full SHA for a3ac13e
integration_test.go
@@ -20,7 +20,7 @@ func prepareDockerTest(t *testing.T) (connStr string) {
20
ctx, cancel := context.WithCancel(context.Background())
21
defer cancel()
22
23
- out, err := exec.CommandContext(ctx, "docker", "run", "--rm", "--detach", "--publish=5672:5672", "--quiet", "--", "rabbitmq:3-alpine").Output()
+ out, err := exec.CommandContext(ctx, "docker", "run", "--rm", "--detach", "--publish=5672:5672", "--quiet", "--", "rabbitmq:4.1.1-alpine").Output()
24
if err != nil {
25
t.Log("container id", string(out))
26
t.Fatalf("error launching rabbitmq in docker: %v", err)
0 commit comments