mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 03:46:09 +08:00
core(deps): bump golang-cilint to v2.0.2 (#83)
This commit is contained in:
@@ -75,7 +75,7 @@ func (cm *containerMock) GetContainerArchive(ctx context.Context, srcPath string
|
||||
}
|
||||
|
||||
func (cm *containerMock) CopyTarStream(ctx context.Context, destPath string, tarStream io.Reader) error {
|
||||
args := cm.Mock.Called(ctx, destPath, tarStream)
|
||||
args := cm.Called(ctx, destPath, tarStream)
|
||||
err, hasErr := args.Get(0).(error)
|
||||
if !hasErr {
|
||||
err = nil
|
||||
|
||||
Reference in New Issue
Block a user