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
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
96
+
[...]
97
+
```
98
+
99
+
We use testcontainers for integration tests. You can check all requirements on [this page](https://www.testcontainers.org/supported_docker_environment/).
100
+
101
+
This is a known issue listed there:
102
+
103
+
"Docker Desktop Starting 4.13, run sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock"
0 commit comments