Skip to content

Commit 06b41f4

Browse files
.github: fix vet
1 parent 849dde1 commit 06b41f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint
2727
run: ./bin/golangci-lint run --config .golangci.yml
2828
- name: Vet
29-
run: go vet
29+
run: go vet ./...
3030

3131
test:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)