-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 elsewhere
- Loading branch information
Showing
7 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then | |
echo "..reached DIND check TRUE block, inside run-in-docker.sh" | ||
echo "FLAGS=$FLAGS" | ||
#go env | ||
go install -mod=mod github.com/onsi/ginkgo/v2/[email protected].0 | ||
go install -mod=mod github.com/onsi/ginkgo/v2/[email protected].2 | ||
find / -type f -name ginkgo 2>/dev/null | ||
which ginkgo | ||
/bin/bash -c "${FLAGS}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ fi | |
|
||
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then | ||
if ! command -v ginkgo &> /dev/null; then | ||
go install github.com/onsi/ginkgo/v2/[email protected].0 | ||
go install github.com/onsi/ginkgo/v2/[email protected].2 | ||
fi | ||
echo "[dev-env] building image" | ||
make -C ${DIR}/../../ clean-image build image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ fi | |
|
||
if [ "${SKIP_E2E_IMAGE_CREATION}" = "false" ]; then | ||
if ! command -v ginkgo &> /dev/null; then | ||
go install github.com/onsi/ginkgo/v2/[email protected].0 | ||
go install github.com/onsi/ginkgo/v2/[email protected].2 | ||
fi | ||
|
||
echo "[dev-env] .. done building controller images" | ||
|