Skip to content

Commit bc4cdc0

Browse files
(DOCSP-26180) Bump Min Go Version (#175)
1 parent 2cacc69 commit bc4cdc0

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed
Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
The MongoDB Go Driver requires Go 1.10 or later.
1+
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+
- 1.10
19+
* - 1.7
20+
- 1.10
21+
* - 1.6
22+
- 1.10
23+
* - 1.5
24+
- 1.10
25+
* - 1.4
26+
- 1.10
27+
* - 1.3
28+
- 1.10
29+
* - 1.2
30+
- 1.10
31+
* - 1.1
32+
- 1.10
33+
* - 1.0
34+
- 1.10

0 commit comments

Comments
 (0)