We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef49fc commit 34d536aCopy full SHA for 34d536a
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-go@v3
17
with:
18
go-version: 1.18
19
- - run: go run github.com/onsi/ginkgo/ginkgo -r -p -race -randomizeAllSpecs -randomizeSuites
+ - run: go run github.com/onsi/ginkgo/v2/ginkgo -r -p -race -randomizeAllSpecs -randomizeSuites
20
working-directory: src
21
22
vet:
0 commit comments