mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-24 15:55:03 +01:00
core(deps): bump golang-cilint to v2.0.2 (#83)
This commit is contained in:
@@ -126,11 +126,11 @@ func (e *Environment) Stop(ctx context.Context) error {
|
||||
}
|
||||
|
||||
if err := vm.Stop(ctx); err != nil {
|
||||
common.Logger(ctx).Errorf("Failed to stop VM: %v", err)
|
||||
common.Logger(ctx).Errorf("failed to stop VM: %v", err)
|
||||
}
|
||||
|
||||
if err := vm.Delete(ctx); err != nil {
|
||||
common.Logger(ctx).Error("Failed to delete VM: %v", err)
|
||||
common.Logger(ctx).Error("failed to delete VM: %v", err)
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user