File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6969 # Golang
7070 - name : Install golang
7171 if : ${{ inputs.language == 'go' }}
72- uses : actions/setup-go@v5
72+ uses : actions/setup-go@v6
7373 with :
7474 cache-dependency-path : clients/algoliasearch-client-go/go.sum
7575 go-version : ${{ inputs.version }}
Original file line number Diff line number Diff line change 11module playground
22
3- go 1.23.0
3+ go 1.21.11
44
55toolchain go1.24.1
66
Original file line number Diff line number Diff line change 11module gotests
22
3- go 1.22
3+ go 1.21.11
44
55toolchain go1.23.7
66
@@ -9,7 +9,7 @@ replace github.com/algolia/algoliasearch-client-go/v4 => ../../../clients/algoli
99require (
1010 github.com/algolia/algoliasearch-client-go/v4 v4.0.0
1111 github.com/joho/godotenv v1.5.1
12- github.com/kinbiko/jsonassert v1.2 .0
12+ github.com/kinbiko/jsonassert v1.1 .0
1313 github.com/stretchr/testify v1.11.1
1414)
1515
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
44github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
5- github.com/kinbiko/jsonassert v1.2 .0 h1:+/JthIVXdIrThrOtSN9ry0mNtWKXMWuvxR0nU7gQ+tI =
6- github.com/kinbiko/jsonassert v1.2 .0 /go.mod h1:pCc3uudOt+lVAbkji9O0uw8MSVt4s+1ZJ0y8Ux2F1Og =
5+ github.com/kinbiko/jsonassert v1.1 .0 h1:AakKgkRFsuzE1FNLYrcxTI7ga5YYcbujOUbSf8l+WmU =
6+ github.com/kinbiko/jsonassert v1.1 .0 /go.mod h1:QRwBwiAsrcJpjw+L+Q4WS8psLxuUY+HylVZS/4j74TM =
77github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
88github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
99github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
You can’t perform that action at this time.
0 commit comments