We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9029b7 commit 1471c18Copy full SHA for 1471c18
playground/go/go.mod
@@ -2,6 +2,8 @@ module playground
2
3
go 1.21.11
4
5
+toolchain go1.24.1
6
+
7
replace github.com/algolia/algoliasearch-client-go/v4 => ../../clients/algoliasearch-client-go
8
9
require (
tests/output/go/go.mod
@@ -1,6 +1,6 @@
1
module gotests
-go 1.22
+go 1.21.11
toolchain go1.23.7
0 commit comments