Skip to content

Commit 7961879

Browse files
chore(deps): update dependency onsi/ginkgo to v2.27.3 (main) (cloudnative-pg#9451)
1 parent 446110c commit 7961879

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ jobs:
908908
max_attempts: 3
909909
command: |
910910
# renovate: datasource=github-releases depName=onsi/ginkgo
911-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.2
911+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.3
912912
-
913913
## In case hack/setup-cluster.sh need pull operand image from registry
914914
name: Login into docker registry
@@ -1266,7 +1266,7 @@ jobs:
12661266
max_attempts: 3
12671267
command: |
12681268
# renovate: datasource=github-releases depName=onsi/ginkgo
1269-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.2
1269+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.3
12701270
-
12711271
name: Configure AWS credentials
12721272
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5
@@ -1654,7 +1654,7 @@ jobs:
16541654
max_attempts: 3
16551655
command: |
16561656
# renovate: datasource=github-releases depName=onsi/ginkgo
1657-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.2
1657+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.3
16581658
-
16591659
name: Set cluster name
16601660
run: |

hack/e2e/run-e2e-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if notinpath "${go_bin}"; then
7272
fi
7373

7474
# renovate: datasource=github-releases depName=onsi/ginkgo
75-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.2
75+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.3
7676

7777

7878
# Unset DEBUG to prevent k8s from spamming messages

hack/e2e/run-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if notinpath "${go_bin}"; then
7979
fi
8080

8181
# renovate: datasource=github-releases depName=onsi/ginkgo
82-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.2
82+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.27.3
8383

8484

8585
LABEL_FILTERS=""

0 commit comments

Comments
 (0)