From 5f53b20d80a3bc93c37430edc64317173b0a679c Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Tue, 4 Feb 2025 13:44:01 -0800 Subject: [PATCH] use 9.0.0-SNAPSHOT version --- dev-tools/integration/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index f9f45ea25..eeb4ff8ad 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,6 +1,6 @@ # If you use change this version without a pinned one, please update # .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml -ELASTICSEARCH_VERSION=9.1.0-ae17f1a1-SNAPSHOT +ELASTICSEARCH_VERSION=9.0.0-a38910c2-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200