testcontainers-go
                                
                                 testcontainers-go copied to clipboard
                                
                                    testcontainers-go copied to clipboard
                            
                            
                            
                        fix!: data races
Enable race checks for all tests in CI.
Fix data race when determining default network, this required making DockerProviderOptions.DefaultNetwork field private which is a breaking change.
Fix data race in test bufLogger.
Fix data races on log production context cancellation and context timeout not being cancelled in read loop.
BREAKING_CHANGE!