From 62451410b94c0aca09c3515134375db38084c63a Mon Sep 17 00:00:00 2001 From: secwall Date: Fri, 19 Apr 2024 12:18:15 +0200 Subject: [PATCH] Bump zk version in tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e997e7..c956062 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.1 +ZK_VERSION=3.9.2 cmd/rdsync/rdsync: GOOS=linux go build -tags netgo,osusergo -o ./cmd/rdsync/rdsync ./cmd/rdsync/...