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 2cacc69 commit bc4cdc0Copy full SHA for bc4cdc0
source/includes/language-compatibility-table-go.rst
@@ -1 +1,34 @@
1
-The MongoDB Go Driver requires Go 1.10 or later.
+The following compatibility table specifies the minimum version of the
2
+Go programming language to use with versions of the {+driver-long+}.
3
+
4
+The first column lists the driver version.
5
6
+.. list-table::
7
+ :header-rows: 1
8
+ :stub-columns: 1
9
+ :class: compatibility-large
10
11
+ * - Go Driver Version
12
+ - Minimum Go Language Version
13
+ * - 1.10
14
+ - 1.13
15
+ * - 1.9
16
+ - 1.10
17
+ * - 1.8
18
19
+ * - 1.7
20
21
+ * - 1.6
22
23
+ * - 1.5
24
25
+ * - 1.4
26
27
+ * - 1.3
28
29
+ * - 1.2
30
31
+ * - 1.1
32
33
+ * - 1.0
34
0 commit comments