all: upgrade golangci-lint and formatters (#240)

This commit is contained in:
Michael McLoughlin
2022-03-27 15:31:26 -07:00
committed by GitHub
parent 553930530f
commit 72b8db9c80
24 changed files with 179 additions and 118 deletions

View File

@@ -107,7 +107,7 @@ func DownloadGoSourceFile(outpath, v, srcpath string) (err error) {
return err
}
if err := ioutil.WriteFile(outpath, buf.Bytes(), 0644); err != nil {
if err := ioutil.WriteFile(outpath, buf.Bytes(), 0o644); err != nil {
return err
}