From 12011f0d65c02b8b417ef6f990aa9903d74c8d49 Mon Sep 17 00:00:00 2001 From: Iryna Shustava Date: Mon, 24 Oct 2022 12:29:46 -0600 Subject: [PATCH] Revert to consul 1.13 in unit tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76f871b845..ce1033a540 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,8 @@ on: env: TEST_RESULTS: /tmp/test-results # path to where test results are saved - CONSUL_VERSION: 1.14.0-beta1 # Consul's OSS version to use in tests - CONSUL_ENT_VERSION: 1.14.0-beta1+ent # Consul's enterprise version to use in tests + CONSUL_VERSION: 1.13.1 # Consul's OSS version to use in tests + CONSUL_ENT_VERSION: 1.13.1+ent # Consul's enterprise version to use in tests GOTESTSUM_VERSION: 1.8.1 # You cannot use environment variables with workflows. The gotestsum version is hardcoded in the reusable workflows too. jobs: