Skip to content

Commit 9ab7385

Browse files
renovate-bottwz123
authored andcommitted
Bump google/renameio to v2.0.2
Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com> Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
1 parent b353d94 commit 9ab7385

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#L184-L191
226226
if err = f.fd.Sync(); err != nil {
227227
return err
228228
}

0 commit comments

Comments
 (0)