Skip to content

Commit 08e1a00

Browse files
authored
chore: use pinned versions (#3167)
1 parent 920d73d commit 08e1a00

File tree

1 file changed

+3
-1
lines changed
  • dev-tools/integration

1 file changed

+3
-1
lines changed

dev-tools/integration/.env

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ELASTICSEARCH_VERSION=8.13.0-SNAPSHOT
1+
# If you use change this version without a pinned one, please update
2+
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3+
ELASTICSEARCH_VERSION=8.13.0-jqmw70gd-SNAPSHOT
24
ELASTICSEARCH_USERNAME=elastic
35
ELASTICSEARCH_PASSWORD=changeme
46
TEST_ELASTICSEARCH_HOSTS=localhost:9200

0 commit comments

Comments
 (0)