fix version of Ginkgo installed on CI (#3591)

This commit is contained in:
Marten Seemann
2022-10-11 23:41:22 +03:00
committed by GitHub
parent 423f5dcf6c
commit 52ab2454f7
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go }}
- run: go version
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Install dependencies
run: go install
- name: set qlogger