From 324aa263a2d9a4567a3dea4307689ff290a9ef7d Mon Sep 17 00:00:00 2001 From: sethtomy Date: Fri, 28 Mar 2025 12:12:00 -0400 Subject: [PATCH] Update go sdk in documentation to valid version. --- docs/hydra/self-hosted/05_go.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hydra/self-hosted/05_go.mdx b/docs/hydra/self-hosted/05_go.mdx index 43b64a794..1afc9c067 100644 --- a/docs/hydra/self-hosted/05_go.mdx +++ b/docs/hydra/self-hosted/05_go.mdx @@ -34,7 +34,7 @@ To install the Go SDK, run: import CodeBlock from '@theme/CodeBlock' import { useLatestRelease } from '@site/src/hooks' -{`go get github.com/ory/hydra-client-go@${useLatestRelease('hydra')}`} +{`go get github.com/ory/hydra-client-go@v2.2.1`} ``` ## Configuration