Skip to content

Commit 60449e9

Browse files
committed
bump go.mod toolchain to 1.22.0
1 parent 5a8c25d commit 60449e9

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)