Skip to content

Commit

Permalink
bump go.mod toolchain to 1.22.0 (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion authored Nov 14, 2024
1 parent 2e94331 commit 75c9682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions esapi/test/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/elastic/go-elasticsearch/v8/esapi/test

go 1.21
go 1.22

toolchain go1.22.5
toolchain go1.22.0

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

Expand Down
5 changes: 3 additions & 2 deletions internal/build/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/elastic/go-elasticsearch/v8/internal/build

go 1.21
toolchain go1.21.0
go 1.22

toolchain go1.22.0

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

Expand Down

0 comments on commit 75c9682

Please sign in to comment.