mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
parent
a7a60390b1
commit
8e0197ec9c
3 changed files with 3 additions and 3 deletions
2
internal/cache/cache_test.go
vendored
2
internal/cache/cache_test.go
vendored
|
@ -31,7 +31,7 @@ func TestBasic(t *testing.T) {
|
|||
}
|
||||
|
||||
cdir := filepath.Join(dir, "c1")
|
||||
if err := os.Mkdir(cdir, 0777); err != nil {
|
||||
if err := os.Mkdir(cdir, 0744); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue