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

twice pushed a commit to branch twice/fix-tls
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 9ef7e386e1414e31fe43d1d234ae550e3c23e53b
Author: Twice <[email protected]>
AuthorDate: Sat May 11 13:21:54 2024 +0900

    Fix minica version in CI workflow to prevent TLS test failure
---
 .github/workflows/kvrocks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 925d8ad7..affa0a38 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -292,7 +292,7 @@ jobs:
           GOCASE_RUN_ARGS=""
           if [[ -n "${{ matrix.with_openssl }}" ]] && [[ "${{ matrix.os }}" == 
ubuntu* ]]; then
             git clone https://github.com/jsha/minica
-            cd minica && go build && cd ..
+            cd minica && git checkout 96a5c93723cf3d34b50b3e723a9f05cd3765bc67 
&& go build && cd ..
             ./minica/minica --domains localhost
             cp localhost/cert.pem tests/gocase/tls/cert/server.crt
             cp localhost/key.pem tests/gocase/tls/cert/server.key

Reply via email to