Skip to content

Commit 43ae6cd

Browse files
committed
Bump google/renameio to v2.0.2
Signed-off-by: k0s-bot <110385897+k0s-bot@users.noreply.github.com>
1 parent 39d12bd commit 43ae6cd

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

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

0 commit comments

Comments
 (0)