Skip to content

Commit 40d53d3

Browse files
committed
Lock version of OpenSearch for integration tests.
Signed-off-by: dblock <dblock@amazon.com>
1 parent d9318cf commit 40d53d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-integration.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
15-
with: { go-version-file: 'go.mod' }
15+
with: { go-version-file: "go.mod" }
1616
- run: go version
1717
- name: Increase system limits
1818
run: |
@@ -33,10 +33,11 @@ jobs:
3333
runs-on: ubuntu-latest
3434
env:
3535
SECURE_INTEGRATION: true
36+
OPENSEARCH_VERSION: 2.18.0
3637
steps:
3738
- uses: actions/checkout@v4
3839
- uses: actions/setup-go@v5
39-
with: { go-version-file: 'go.mod' }
40+
with: { go-version-file: "go.mod" }
4041
- run: go version
4142
- name: Increase system limits
4243
run: |

0 commit comments

Comments
 (0)