File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 provider : " gcp"
55 env :
66 TEST_SUITE : " {{ matrix.suite }}"
7- STACK_VERSION : 9.1 .0-SNAPSHOT
7+ STACK_VERSION : 9.2 .0-SNAPSHOT
88 WORKSPACE : /tmp/go-elasticsearch
99 matrix :
1010 setup :
Original file line number Diff line number Diff line change 11---
22
33STACK_VERSION :
4- - 8.10 .0-SNAPSHOT
4+ - 9.2 .0-SNAPSHOT
55
66GO_VERSION :
77 - 1-alpine
Original file line number Diff line number Diff line change 1111 test-free :
1212 name : Free
1313 env :
14- ELASTICSEARCH_VERSION : elasticsearch:9.1 .0-SNAPSHOT
14+ ELASTICSEARCH_VERSION : elasticsearch:9.2 .0-SNAPSHOT
1515 ELASTICSEARCH_URL : http://localhost:9200
1616 runs-on : ubuntu-latest
1717 steps :
4343 test-platinum :
4444 name : Platinum
4545 env :
46- ELASTICSEARCH_VERSION : elasticsearch:9.1 .0-SNAPSHOT
46+ ELASTICSEARCH_VERSION : elasticsearch:9.2 .0-SNAPSHOT
4747 ELASTICSEARCH_URL : https://elastic:elastic@localhost:9200
4848 runs-on : ubuntu-latest
4949 steps :
Original file line number Diff line number Diff line change 1717
1818env :
1919 GITHUB_ACTIONS : true
20- ELASTICSEARCH_VERSION : elasticsearch:8.3 .0-SNAPSHOT
20+ ELASTICSEARCH_VERSION : elasticsearch:9.2 .0-SNAPSHOT
2121
2222jobs :
2323 test-integration :
Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
3- ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.1 .0-SNAPSHOT"
3+ ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.2 .0-SNAPSHOT"
44
55# #@ Test
66test-unit : # # Run unit tests
Original file line number Diff line number Diff line change 1818package version
1919
2020// Client returns the client version as a string.
21- const Client = "9.1 .0-SNAPSHOT"
21+ const Client = "9.2 .0-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments