chore: upgrade linter
This commit is contained in:
parent
6e28db513c
commit
6f4a7fb604
10 changed files with 10 additions and 10 deletions
|
@ -258,7 +258,7 @@ type fileWriter struct {
|
|||
}
|
||||
|
||||
func (f fileWriter) Write(files map[string]*File) error {
|
||||
err := os.MkdirAll(f.baseDir, 0755)
|
||||
err := os.MkdirAll(f.baseDir, 0o755)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue