From 4a7a721ef5995ae776186d08c1827c179c5df172 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 31 Jan 2023 10:00:27 -0600 Subject: [PATCH] tests: bump consul and vault versions in test-core (#15979) --- .github/workflows/test-core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-core.yaml b/.github/workflows/test-core.yaml index 6f05c42b093..70ddb21bda3 100644 --- a/.github/workflows/test-core.yaml +++ b/.github/workflows/test-core.yaml @@ -41,8 +41,8 @@ on: env: VERBOSE: 1 GOTESTARCH: amd64 - CONSUL_VERSION: 1.12.6 - VAULT_VERSION: 1.12.0 + CONSUL_VERSION: 1.14.4 + VAULT_VERSION: 1.12.2 NOMAD_SLOW_TEST: 0 NOMAD_TEST_LOG_LEVEL: OFF jobs: