Skip to content

Commit 6b16d9d

Browse files
committed
Merge branch 'dev'
2 parents 0588cf5 + 7e5d4fd commit 6b16d9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • hack/worker-resource-builder

hack/worker-resource-builder/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"flag"
55
"fmt"
66
"io"
7-
"io/ioutil"
87
"log"
98
"os"
109
"path/filepath"
@@ -33,7 +32,7 @@ func main() {
3332
}
3433

3534
//Read Resources
36-
files, err := ioutil.ReadDir(resourcesPath)
35+
files, err := os.ReadDir(resourcesPath)
3736
if err != nil {
3837
fmt.Println("Error reading resourcesPath: " + resourcesPath)
3938
os.Exit(1)

0 commit comments

Comments
 (0)