Skip to content

Commit f4dd8a1

Browse files
committed
Update Stack version to 8.10.3
1 parent 37c88ff commit f4dd8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- '8.7.1'
9999
- '8.8.2'
100100
- '8.9.2'
101-
- '8.10.2'
101+
- '8.10.3'
102102
steps:
103103
- uses: actions/checkout@v4
104104
- uses: actions/setup-go@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SWAGGER_VERSION ?= 8.7
1515

1616
GOVERSION ?= 1.20
1717

18-
STACK_VERSION ?= 8.9.0
18+
STACK_VERSION ?= 8.10.3
1919

2020
ELASTICSEARCH_NAME ?= terraform-elasticstack-es
2121
ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME):9200

0 commit comments

Comments
 (0)