From 6042543b1cd0cb3b5936bc902e83ab74bf1e9b96 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Tue, 26 Mar 2024 12:32:06 +0700 Subject: [PATCH] add compatibility section --- registry/go/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 |