Skip to content

Commit

Permalink
update ginkgo version that installed for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bardielle authored and openshift-merge-bot[bot] committed Dec 26, 2023
1 parent 0e6da99 commit 58eff63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
go-version: 1.21

- name: Setup Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.1
run: go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ generate: tools

.PHONY: tools
tools:
go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2
go install go.uber.org/mock/[email protected]

.PHONY: e2e_sanity_test
Expand Down
2 changes: 1 addition & 1 deletion build/ci-tf-e2e.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum install -y yum-utils && \
yum -y install terraform python3 python3-pip make jq httpd-tools git &&\
pip3 install PyYAML jinja2 &&\
go env -w GO111MODULE=on &&\
go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0 &&\
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2 &&\
go install go.uber.org/mock/[email protected] &&\
cd terraform-provider-rhcs && go mod tidy && go mod vendor && make install &&\
chmod -R 777 $GOPATH &&\
Expand Down

0 comments on commit 58eff63

Please sign in to comment.