diff --git a/bib/internal/setup/setup_test.go b/bib/internal/setup/setup_test.go index 375cf78..25b91c9 100644 --- a/bib/internal/setup/setup_test.go +++ b/bib/internal/setup/setup_test.go @@ -32,7 +32,7 @@ func TestValidateCanRunTargetArchUnsupportedCanary(t *testing.T) { func makeFakeCanary(t *testing.T, content string) { tmpdir := t.TempDir() t.Setenv("PATH", os.Getenv("PATH")+":"+tmpdir) - err := os.WriteFile(filepath.Join(tmpdir, "bib-canary-fakearch"), []byte(content), 0755) + err := os.WriteFile(filepath.Join(tmpdir, "bib-canary-fakearch"), []byte(content), 0o755) assert.NoError(t, err) }