Skip to content

Commit 1471c18

Browse files
committed
chore(go): downgrade Go version to 1.21.11
1 parent c9029b7 commit 1471c18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

playground/go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module playground
22

33
go 1.21.11
44

5+
toolchain go1.24.1
6+
57
replace github.com/algolia/algoliasearch-client-go/v4 => ../../clients/algoliasearch-client-go
68

79
require (

tests/output/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gotests
22

3-
go 1.22
3+
go 1.21.11
44

55
toolchain go1.23.7
66

0 commit comments

Comments
 (0)