diff --git a/website/content/docs/connect/native/go.mdx b/website/content/docs/connect/native/go.mdx index 2e8904f9e3..7c04b499bf 100644 --- a/website/content/docs/connect/native/go.mdx +++ b/website/content/docs/connect/native/go.mdx @@ -7,8 +7,10 @@ description: >- # Service Mesh Native Integration for Go Applications --> **Note:** The Connect Native golang SDK is currently deprecated and will be removed in a future Consul release. + +The Connect Native golang SDK is currently deprecated and will be removed in a future Consul release. The eventual removal of the SDK is dependent on the delivery of proxyless GRPC via XDS which is tracked on [GH-10339](https://github.com/hashicorp/consul/issues/10339). + We provide a library that makes it drop-in simple to integrate Consul service mesh with most [Go](https://golang.org/) applications. This page shows examples