chore: bump linter

This commit is contained in:
James Houlahan
2020-05-07 09:39:47 +02:00
committed by Jakub Cuth
parent c1a57a2e12
commit 833fce8702
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ func (u *Updates) CreateJSONAndSign(deployDir, goos string) error {
return err
}
if err = ioutil.WriteFile(versionFilePath, txt, 0644); err != nil { //nolint[gosec]
if err = ioutil.WriteFile(versionFilePath, txt, 0600); err != nil {
return err
}