We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aba38 commit 85feaedCopy full SHA for 85feaed
.jenkins/test-matrix.yml
@@ -1,7 +1,7 @@
1
---
2
3
STACK_VERSION:
4
- - 7.x-SNAPSHOT
+ - 7.10-SNAPSHOT
5
6
GO_VERSION:
7
- 1-alpine
Makefile
@@ -247,7 +247,7 @@ godoc: ## Display documentation for the package
247
godoc --http=localhost:6060 --play
248
249
cluster: ## Launch an Elasticsearch cluster with Docker
250
- $(eval version ?= "elasticsearch-oss:7.x-SNAPSHOT")
+ $(eval version ?= "elasticsearch-oss:7.10-SNAPSHOT")
251
ifeq ($(origin nodes), undefined)
252
$(eval nodes = 1)
253
endif
0 commit comments