diff --git a/snooty.toml b/snooty.toml index 864c285d..27bf5634 100644 --- a/snooty.toml +++ b/snooty.toml @@ -22,6 +22,7 @@ version = "v2.2" full-version = "{+version+}.2" example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets" api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}" +min-lang-version = "1.19" stable-api = "Stable API" qe = "Queryable Encryption" key-vault-long = "key vault collection" diff --git a/source/includes/language-compatibility-table-go.rst b/source/includes/language-compatibility-table-go.rst index 9c241472..370f7627 100644 --- a/source/includes/language-compatibility-table-go.rst +++ b/source/includes/language-compatibility-table-go.rst @@ -1 +1 @@ -The {+driver-long+} requires Go 1.18 or later. \ No newline at end of file +The {+driver-long+} requires Go {+min-lang-version+} or later. \ No newline at end of file