Skip to content

Commit 433db20

Browse files
committed
Merge branch 'feature/fix-create-node' of github.com:bootjp/elastickv into feature/fix-create-node
2 parents 932cfa0 + c78fd1e commit 433db20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jepsen-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: temurin
2121
java-version: '21'
22-
- uses: actions/setup-go@v5
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version-file: 'go.mod'
2525
- name: Install netcat

jepsen/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:jvm-opts ["-Xmx4g" "-Djava.awt.headless=true"]
66
:dependencies [[org.clojure/clojure "1.11.1"]
77
[jepsen "0.3.10"]
8-
[com.taoensso/carmine "2.20.0"]
8+
[com.taoensso/carmine "3.5.0"]
99
[slingshot "0.12.2"]
1010
[redis.clients/jedis "5.1.0" :exclusions [org.slf4j/slf4j-api]]
1111
[org.slf4j/slf4j-nop "2.0.9"]]

0 commit comments

Comments
 (0)