Skip to content

Commit 34d536a

Browse files
committed
CI: use ginkgo v2 in go test workflow
1 parent 9ef49fc commit 34d536a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-go@v3
1717
with:
1818
go-version: 1.18
19-
- run: go run github.com/onsi/ginkgo/ginkgo -r -p -race -randomizeAllSpecs -randomizeSuites
19+
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r -p -race -randomizeAllSpecs -randomizeSuites
2020
working-directory: src
2121

2222
vet:

0 commit comments

Comments
 (0)