API Reference / API Methods / Update the client

You should keep your API client up to date, as the SLA applies only if your API client is up to date.

Semantic versioning# A

All the Algolia API clients follow Semantic Versioning.

Latest version# A

You can check what the latest version of the API client is on the GitHub release page.

Update the API client# A

Since the introduction of versioned modules in Go 1.11, dependencies should be retrieved automatically everytime go build or go test is used.

However, if you would like to import a specific version of the Go client, use the following:

$
go get github.com/algolia/algoliasearch-client-go/v3@v3.Y.Z

Did you find this page helpful?