Skip to content

Commit

Permalink
use ziti@v1.1.5 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jul 8, 2024
1 parent 5b62ad0 commit 2e02f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2e02f39

Please sign in to comment.