File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
clients/algoliasearch-client-go Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ runs:
106106 run : |
107107 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3
108108 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
109- go install golang.org/x/tools/cmd/goimports@latest
109+ go install golang.org/x/tools/cmd/goimports@v0.22.0
110110
111111 - name : Cache golangci-lint analysis
112112 if : ${{ inputs.language == 'go' }}
Original file line number Diff line number Diff line change 11module github.com/algolia/algoliasearch-client-go/v4
22
3- go 1.22
3+ go 1.21.11
44
55require github.com/go-playground/validator/v10 v10.22.1
66
Original file line number Diff line number Diff line change 1- 1.22.8
1+ 1.21.11
Original file line number Diff line number Diff line change 11module playground
22
3- go 1.22
3+ go 1.21.11
44
55replace github.com/algolia/algoliasearch-client-go/v4 v4.0.0 => ../../clients/algoliasearch-client-go
66
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
5050COPY --from=go-builder /usr/local/go/ /usr/local/go/
5151RUN echo "export PATH=$PATH:/usr/local/go/bin:/root/go/bin" >> ~/.profile && source ~/.profile \
5252 && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3 \
53- && go install golang.org/x/tools/cmd/goimports@latest
53+ && go install golang.org/x/tools/cmd/goimports@v0.22.0
5454
5555
5656# Dart
Original file line number Diff line number Diff line change 11module snippets
22
3- go 1.22
3+ go 1.21.11
44
55replace github.com/algolia/algoliasearch-client-go/v4 v4.0.0 => ../../../clients/algoliasearch-client-go
66
Original file line number Diff line number Diff line change 11module gotests
22
3- go 1.22
3+ go 1.21.11
44
55replace github.com/algolia/algoliasearch-client-go/v4 v4.0.0 => ../../../clients/algoliasearch-client-go
66
77require (
88 github.com/algolia/algoliasearch-client-go/v4 v4.0.0
99 github.com/joho/godotenv v1.5.1
10- github.com/kinbiko/jsonassert v1.2 .0
10+ github.com/kinbiko/jsonassert v1.1 .0
1111 github.com/stretchr/testify v1.9.0
1212)
1313
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27
1212github.com/go-playground/validator/v10 v10.22.1 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
1313github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
1414github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
15- github.com/kinbiko/jsonassert v1.2 .0 h1:+/JthIVXdIrThrOtSN9ry0mNtWKXMWuvxR0nU7gQ+tI =
16- github.com/kinbiko/jsonassert v1.2 .0 /go.mod h1:pCc3uudOt+lVAbkji9O0uw8MSVt4s+1ZJ0y8Ux2F1Og =
15+ github.com/kinbiko/jsonassert v1.1 .0 h1:AakKgkRFsuzE1FNLYrcxTI7ga5YYcbujOUbSf8l+WmU =
16+ github.com/kinbiko/jsonassert v1.1 .0 /go.mod h1:QRwBwiAsrcJpjw+L+Q4WS8psLxuUY+HylVZS/4j74TM =
1717github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ =
1818github.com/leodido/go-urn v1.4.0 /go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
1919github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments