From ba850dc19ddaa7a2145910d8c7e1059c4a81fed8 Mon Sep 17 00:00:00 2001 From: secwall Date: Wed, 27 Nov 2024 13:28:41 +0100 Subject: [PATCH] Bump zookeeper version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 633c616..8b6bf7e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: format lint unittests recreate_logs test start_sentinel_env run_jepsen_sentinel_test jepsen_sentinel_test start_cluster_env run_jepsen_cluster_test jepsen_cluster_test clean PROJECT=rdsync -ZK_VERSION=3.9.2 +ZK_VERSION=3.9.3 cmd/rdsync/rdsync: GOOS=linux go build -tags netgo,osusergo -o ./cmd/rdsync/rdsync ./cmd/rdsync/...