Skip to content

Commit

Permalink
Upgrade gingko version to v2.19.0 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Shaikh <[email protected]>
  • Loading branch information
sameshai authored Aug 21, 2024
1 parent c05576a commit 1a82bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ echo " Path: `pwd`"
go clean -modcache
export GO111MODULE=on
# Install supported ginkgo version as of July 2024. Update it if necessary
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.17.2
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.19.0
set +e
ginkgo -v -nodes=1 --focus="\[ics-e2e\] \[sc\]" ./tests/e2e -- -e2e-verify-service-account=false
rc1=$?
Expand Down

0 comments on commit 1a82bc8

Please sign in to comment.