mod: Try and update things
No idea why things break. go.mod sucks.
This commit is contained in:
@@ -193,7 +193,8 @@ func cleanup() error {
|
||||
}
|
||||
|
||||
if len(l) > 0 {
|
||||
if err := res.client.ContainerStop(ctx, id, nil); err != nil {
|
||||
stopOpts := container.StopOptions{}
|
||||
if err := res.client.ContainerStop(ctx, id, stopOpts); err != nil {
|
||||
return fmt.Errorf("error stopping container: %s", err)
|
||||
}
|
||||
if err := res.client.ContainerRemove(ctx, id, types.ContainerRemoveOptions{}); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user