Skip to content

Commit 36104b8

Browse files
committed
Install golint
1 parent b6bc144 commit 36104b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
go get -u github.com/onsi/ginkgo/ginkgo
2525
go install github.com/onsi/ginkgo/ginkgo
2626
go get -u golang.org/x/lint/golint
27+
go install golang.org/x/lint/golint
2728
- name: Run tests
2829
run: |
2930
ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress

0 commit comments

Comments
 (0)