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 37c88ff commit f4dd8a1Copy full SHA for f4dd8a1
.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
98
- '8.7.1'
99
- '8.8.2'
100
- '8.9.2'
101
- - '8.10.2'
+ - '8.10.3'
102
steps:
103
- uses: actions/checkout@v4
104
- uses: actions/setup-go@v4
Makefile
@@ -15,7 +15,7 @@ SWAGGER_VERSION ?= 8.7
15
16
GOVERSION ?= 1.20
17
18
-STACK_VERSION ?= 8.9.0
+STACK_VERSION ?= 8.10.3
19
20
ELASTICSEARCH_NAME ?= terraform-elasticstack-es
21
ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME):9200
0 commit comments