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 b0ab845 commit 6b980a5Copy full SHA for 6b980a5
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: go mod tidy -v
19
- uses: dominikh/[email protected]
20
with:
21
- version: "2023.1.3"
+ version: "2024.1.1"
22
install-go: false
23
- name: Verify repo is up-to-date
24
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/elastic/go-docappender/v2
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/elastic/go-elasticsearch/v8 v8.14.0
0 commit comments