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 9244ff5 commit 90bc4c2Copy full SHA for 90bc4c2
snooty.toml
@@ -28,6 +28,7 @@ version = "v2.2"
28
full-version = "{+version+}.2"
29
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
30
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}"
31
+min-lang-version = "1.19"
32
stable-api = "Stable API"
33
qe = "Queryable Encryption"
34
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