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 5442d3d commit 5fe2f10Copy full SHA for 5fe2f10
source/includes/language-compatibility-table-go.rst
@@ -1 +1,36 @@
1
-The MongoDB Go Driver requires Go 1.13 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.11
14
+ - 1.13
15
+ * - 1.10
16
+ - 1.10
17
+ * - 1.9
18
19
+ * - 1.8
20
21
+ * - 1.7
22
23
+ * - 1.6
24
25
+ * - 1.5
26
27
+ * - 1.4
28
29
+ * - 1.3
30
31
+ * - 1.2
32
33
+ * - 1.1
34
35
+ * - 1.0
36
0 commit comments