Skip to content

Commit c698def

Browse files
bump go.mod toolchain to 1.22.0 (#917) (#921)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent f6d5b95 commit c698def

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

esapi/test/go.mod

+2-2
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

+3-2
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)