This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 7976565fe02c199d7ba6e28b4cc4ae2aab340a5c
Author: sjwiesman <sjwies...@gmail.com>
AuthorDate: Mon Aug 23 15:15:58 2021 -0500

    [hotfix] document go mod requirement
    
    This closes #260.
---
 docs/content/docs/sdk/golang.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/sdk/golang.md b/docs/content/docs/sdk/golang.md
index 9525d77..e88a3c2 100644
--- a/docs/content/docs/sdk/golang.md
+++ b/docs/content/docs/sdk/golang.md
@@ -32,7 +32,7 @@ To get started, add the Golang SDK as a dependency to your 
application.
 
 {{< selectable >}}
 ```
-require github.com/apache/flink-statefun/statefun-sdk-go
+require github.com/apache/flink-statefun/statefun-sdk-go/v3 v{{< version >}}
 ```
 {{< /selectable >}}
 
@@ -359,4 +359,4 @@ func main() {
 
 ## Next Steps
 
-Keep learning with information on setting up [I/O modules]({{< ref 
"docs/io-module/overview" >}}) and configuring the [Stateful Functions 
runtime]({{< ref "docs/deployment/overview" >}}).
\ No newline at end of file
+Keep learning with information on setting up [I/O modules]({{< ref 
"docs/io-module/overview" >}}) and configuring the [Stateful Functions 
runtime]({{< ref "docs/deployment/overview" >}}).

Reply via email to