diff --git a/registry/go/README.md b/registry/go/README.md index 92578b5b..2b108ff1 100644 --- a/registry/go/README.md +++ b/registry/go/README.md @@ -8,3 +8,10 @@ The connector provides a boilerplate with NDC Go SDK and a generation tool to ge ## How to Use See the README file in the boilerplate which is generated from [this template](https://github.com/hasura/ndc-sdk-go/blob/main/cmd/ndc-go-sdk/templates/new/README.md.tmpl), or see [README of the generation tool on the GitHub repository](https://github.com/hasura/ndc-sdk-go/blob/main/cmd/ndc-go-sdk/README.md) for more context. + +## Compatibility + +| Go Version | SDK Version | +| ---------- | ----------- | +| 1.21+ | v1.x | +| 1.19+ | v0.x |