Skip to content

Commit 6b980a5

Browse files
authored
feat: bump go to 1.22 (#194)
* feat: bump go to 1.22 * ci: bump staticheck version
1 parent b0ab845 commit 6b980a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: go mod tidy -v
1919
- uses: dominikh/[email protected]
2020
with:
21-
version: "2023.1.3"
21+
version: "2024.1.1"
2222
install-go: false
2323
- name: Verify repo is up-to-date
2424
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/go-docappender/v2
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/elastic/go-elasticsearch/v8 v8.14.0

0 commit comments

Comments
 (0)