From bf052ef4919dd894ba30524e80db48241bb6a9e9 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 30 Mar 2018 16:14:31 -0700 Subject: [PATCH] semaphore.sh: run release tests with latest 3.3 Signed-off-by: Gyuho Lee --- .semaphore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore.sh b/.semaphore.sh index 2e530d3e448..887a0cc5657 100755 --- a/.semaphore.sh +++ b/.semaphore.sh @@ -2,7 +2,7 @@ TEST_SUFFIX=$(date +%s | base64 | head -c 15) -TEST_OPTS="PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.3.2" +TEST_OPTS="PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.3.3" if [ "$TEST_ARCH" == "386" ]; then TEST_OPTS="GOARCH=386 PASSES='build unit integration_e2e'" fi