Update ginkgo and gomega (main) (#922)

* Update ginkgo and gomega

* Update Ginkgo version to v2.31.0 in workflows and Makefile

---------

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
Co-authored-by: Enrico Candino <enrico.candino@suse.com>
This commit is contained in:
renovate-rancher[bot]
2026-06-25 19:44:06 +02:00
committed by GitHub
co-authored by lnx01 Enrico Candino
parent 5dcc97736f
commit d75c0346da
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
go-version-file: go.mod
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@5d1d628ac86668c8f944c8c491c3d1ab86b3bed4 #v2.28.1
run: go install github.com/onsi/ginkgo/v2/ginkgo@3c7bde4e56b079f4ce636d238daadaa94d32de12 #v2.31.0
- name: Setup environment
run: |
@@ -116,7 +116,7 @@ jobs:
go-version-file: go.mod
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@5d1d628ac86668c8f944c8c491c3d1ab86b3bed4 #v2.28.1
run: go install github.com/onsi/ginkgo/v2/ginkgo@3c7bde4e56b079f4ce636d238daadaa94d32de12 #v2.31.0
- name: Setup environment
run: |
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
go-version-file: go.mod
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@5d1d628ac86668c8f944c8c491c3d1ab86b3bed4 #v2.28.1
run: go install github.com/onsi/ginkgo/v2/ginkgo@3c7bde4e56b079f4ce636d238daadaa94d32de12 #v2.31.0
- name: Setup environment
run: |