Skip to content

Commit 030963b

Browse files
committed
Bump google/renameio to v2.0.2
Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 3cbe8f7 commit 030963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/file/atomic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (f *Atomic) finish(target string) (err error) {
222222
err = errors.Join(err, closeErr, removeErr)
223223
}()
224224

225-
// https://github.com/google/renameio/blob/v2.0.1/tempfile.go#L150-L157
225+
// https://github.com/google/renameio/blob/v2.0.2/tempfile.go#L150-L157
226226
if err = f.fd.Sync(); err != nil {
227227
return err
228228
}

0 commit comments

Comments
 (0)