Skip to content

Commit abb073a

Browse files
committed
CI: Update CI to 7.13.0-SNAPSHOT
1 parent a38d3a3 commit abb073a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
STACK_VERSION:
4-
- 7.x-SNAPSHOT
4+
- 7.13.0-SNAPSHOT
55

66
GO_VERSION:
77
- 1-alpine

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ godoc: ## Display documentation for the package
265265
godoc --http=localhost:6060 --play
266266

267267
cluster: ## Launch an Elasticsearch cluster with Docker
268-
$(eval version ?= "elasticsearch:7.x-SNAPSHOT")
268+
$(eval version ?= "elasticsearch:7.13.0-SNAPSHOT")
269269
$(eval flavor ?= "core")
270270
$(eval elasticsearch_url = "http://es1:9200")
271271

@@ -345,7 +345,7 @@ ifdef detach
345345
endif
346346

347347
cluster-update: ## Update the Docker image
348-
$(eval version ?= "elasticsearch:7.x-SNAPSHOT")
348+
$(eval version ?= "elasticsearch:7.13.0-SNAPSHOT")
349349
@printf "\033[2m→ Updating the Docker image...\033[0m\n"
350350
@docker pull docker.elastic.co/elasticsearch/$(version);
351351

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package version
66

77
// Client returns the client version as a string.
88
//
9-
const Client = "7.13-SNAPSHOT"
9+
const Client = "7.13.0-SNAPSHOT"

0 commit comments

Comments
 (0)