We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd686 commit 301b107Copy full SHA for 301b107
snooty.toml
@@ -22,6 +22,7 @@ version = "v2.2"
22
full-version = "{+version+}.2"
23
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
24
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}"
25
+min-lang-version = "1.19"
26
stable-api = "Stable API"
27
qe = "Queryable Encryption"
28
key-vault-long = "key vault collection"
source/includes/language-compatibility-table-go.rst
@@ -1 +1 @@
1
-The {+driver-long+} requires Go 1.18 or later.
+The {+driver-long+} requires Go {+min-lang-version+} or later.
0 commit comments