From 2e02f399fab908d885b42656c877e3596d2ee999 Mon Sep 17 00:00:00 2001 From: ekoby Date: Mon, 8 Jul 2024 15:30:54 -0400 Subject: [PATCH] use ziti@v1.1.5 for test --- tests/integ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integ/CMakeLists.txt b/tests/integ/CMakeLists.txt index acd3054f..7316fd49 100644 --- a/tests/integ/CMakeLists.txt +++ b/tests/integ/CMakeLists.txt @@ -41,7 +41,7 @@ else () set_property(TARGET integ-tests PROPERTY CXX_STANDARD 14) endif () -set(ZITI_CLI_VER "v1.1.3" CACHE STRING "ziti version for integration tests") +set(ZITI_CLI_VER "v1.1.5" CACHE STRING "ziti version for integration tests") add_custom_target(ziti-cli ALL COMMAND ${CMAKE_COMMAND} -E env GOBIN=${CMAKE_CURRENT_BINARY_DIR} ${GOLANG_EXE} install github.com/openziti/ziti/ziti@${ZITI_CLI_VER}