mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
Bumping to go1.18, bumping dev tools
This commit is contained in:
@@ -39,7 +39,7 @@ func copyFileContents(src, dst string) (err error) {
|
||||
return err
|
||||
}
|
||||
defer safelyCloseFile(in)
|
||||
out, err := os.Create(dst)
|
||||
out, err := os.Create(dst) // #nosec
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user