This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new d4f9ebc10 fix(ci): pin ginkgo CLI to v2.23.4 to match go.mod (#2642)
d4f9ebc10 is described below

commit d4f9ebc1066089a4db4b6e37a744bf135b69cf9e
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Jan 30 13:06:50 2026 +0100

    fix(ci): pin ginkgo CLI to v2.23.4 to match go.mod (#2642)
    
    Co-authored-by: Maciej Modzelewski <[email protected]>
---
 .github/actions/go/pre-merge/action.yml | 2 +-
 bdd/go/Dockerfile                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/go/pre-merge/action.yml 
b/.github/actions/go/pre-merge/action.yml
index dd4c2bc3c..0847bc1e0 100644
--- a/.github/actions/go/pre-merge/action.yml
+++ b/.github/actions/go/pre-merge/action.yml
@@ -138,7 +138,7 @@ runs:
 
         # Install ginkgo
         echo "Installing ginkgo..."
-        go install github.com/onsi/ginkgo/v2/ginkgo@latest
+        go install github.com/onsi/ginkgo/v2/[email protected]
 
         # Ensure ginkgo is in PATH
         export PATH="${PATH}:$(go env GOPATH)/bin"
diff --git a/bdd/go/Dockerfile b/bdd/go/Dockerfile
index 0d933b740..594bd5941 100644
--- a/bdd/go/Dockerfile
+++ b/bdd/go/Dockerfile
@@ -21,7 +21,7 @@ WORKDIR /app
 COPY . .
 
 # Install Ginkgo
-RUN go install github.com/onsi/ginkgo/v2/ginkgo@latest
+RUN go install github.com/onsi/ginkgo/v2/[email protected]
 
 # Change workdir to bdd/go
 WORKDIR /app/bdd/go

Reply via email to