Skip to content

Commit 935cd97

Browse files
committed
WIP...
1 parent e94bd99 commit 935cd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "fmt"
2424
run: if [ "$(go fmt ./... | wc -l)" -gt 0 ]; then echo "go fmt failed, please run again locally"; exit 1; fi
2525
- name: "imports"
26-
run: "go install honnef.co/go/tools/cmd/staticcheck@latest"
26+
run: "go install golang.org/x/tools/cmd/goimports@latest"
2727
run: if [ "$(goimports -l . | wc -l)" -gt 0 ]; then echo "goimports failed, please run again locally"; exit 1; fi
2828
- name: "vet"
2929
run: "go vet ./..."

0 commit comments

Comments
 (0)