-
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.19.0 to 2.19.1 in the all group (…
…#11701) * Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group Bumps the all group with 1 update: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.19.0...v2.19.1) * Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 elsewhere --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <[email protected]>
- Loading branch information
1 parent
67452e0
commit 4099d37
Showing
9 changed files
with
33 additions
and
29 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].1 | ||
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].1 | ||
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 |
---|---|---|
|
@@ -96,7 +96,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].1 | ||
fi | ||
|
||
echo "[dev-env] .. done building controller images" | ||
|