From 53518a205fd2508c4d6eda89b1f468afe29742b5 Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Wed, 4 Dec 2024 14:43:13 +0100 Subject: [PATCH] sdk: update readme --- sdk/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index d17ad83e71..9dbd9878e1 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -7,5 +7,4 @@ The SDK allows writing programs that interact with a Contrast deployment like th # Building -To build the SDK please add the build tag `contrast_unstable_api` to the importing module's files and build commands. -This tag will be removed once the SDK is officially removed. +If you decide to use the unstable API and accept the risk of breakage, you need to set the Go build tag `contrast_unstable_api`.