chore: update golangci-lint

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2021-08-17 15:55:45 +02:00
parent 10a3ab9c4c
commit 22db25ef94
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ func TestInClusterTransport(t *testing.T) {
fpath := filepath.Join(os.TempDir(), "test.in_cluster")
defer os.RemoveAll(fpath)
err = ioutil.WriteFile(fpath, []byte("def"), 0644)
err = ioutil.WriteFile(fpath, []byte("def"), 0o644)
require.NoError(t, err)
tests := []struct {