File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if notinpath "${go_bin}"; then
7272fi
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
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ if notinpath "${go_bin}"; then
7979fi
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
8585LABEL_FILTERS=" "
You can’t perform that action at this time.
0 commit comments