This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-4 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit b4095a3d8fec2b49635fce58c478d651c2ef00bd Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 12 12:37:40 2025 +0300 Update kvrocks.yaml --- .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 cc441af3..5d1cd0a7 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -305,7 +305,7 @@ jobs: GOCASE_RUN_ARGS="" if [[ -n "${{ matrix.with_openssl }}" ]] && [[ "${{ matrix.os }}" == ubuntu* ]]; then git clone https://github.com/jsha/minica - cd minica && git checkout 96a5c93723cf3d34b50b3e723a9f05cd3765bc67 && go build && cd .. + cd minica && git checkout v1.1.0 && 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
