Skip to content

Commit 5741f92

Browse files
committed
Bump google/renameio to v2.0.2
Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent d070863 commit 5741f92

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
@@ -232,7 +232,7 @@ func (f *Atomic) finish(target string) (err error) {
232232
err = errors.Join(err, closeErr, removeErr)
233233
}()
234234

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

0 commit comments

Comments
 (0)