We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9318cf commit 40d53d3Copy full SHA for 40d53d3
.github/workflows/test-integration.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-go@v5
15
- with: { go-version-file: 'go.mod' }
+ with: { go-version-file: "go.mod" }
16
- run: go version
17
- name: Increase system limits
18
run: |
@@ -33,10 +33,11 @@ jobs:
33
runs-on: ubuntu-latest
34
env:
35
SECURE_INTEGRATION: true
36
+ OPENSEARCH_VERSION: 2.18.0
37
38
39
40
41
42
43
0 commit comments