-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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.1 to 2.20.2 in the all group (…
…#11901) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <[email protected]>
- Loading branch information
1 parent
ab2f6d8
commit e99b512
Showing
9 changed files
with
26 additions
and
22 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
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" | ||
|