Skip to content

Commit 75c9682

Browse files
authored
bump go.mod toolchain to 1.22.0 (#917)
1 parent 2e94331 commit 75c9682

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

esapi/test/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/elastic/go-elasticsearch/v8/esapi/test
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.22.5
5+
toolchain go1.22.0
66

77
replace github.com/elastic/go-elasticsearch/v8 => ../../
88

internal/build/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/elastic/go-elasticsearch/v8/internal/build
22

3-
go 1.21
4-
toolchain go1.21.0
3+
go 1.22
4+
5+
toolchain go1.22.0
56

67
replace github.com/elastic/go-elasticsearch/v8 => ../../
78

0 commit comments

Comments
 (0)