File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,21 @@ This project contains the official Go driver for the [ArangoDB database](https:/
1515
1616# Supported Go Versions
1717
18- | | Go 1.13 | Go 1.14 | Go 1.16 |
19- | ---------------| ---------| ---------| ---------|
20- | ` 1.0.0-1.3 .0 ` | ✓ | ✓ | ✓ |
21- | ` master ` | ✓ | ✓ | ✓ |
18+ | | Go 1.13 | Go 1.14 | Go 1.16 | Go 1.17 |
19+ | ---------------| ---------| ---------| ---------| --------- |
20+ | ` 1.0.0-1.4 .0 ` | ✓ | ✓ | ✓ | ✓ |
21+ | ` master ` | ✓ | ✓ | ✓ | ✓ |
2222
2323# Supported Versions
2424
25- | | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 |
26- | ----------| ----------------| --------------| --------------| --------------| --------------|
27- | ` 1.0.0 ` | ✓ | ✓ | - | - | - |
28- | ` 1.1.0 ` | + | + | ✓ | - | - |
29- | ` 1.2.1 ` | + | + | ✓ | ✓ | - |
30- | ` 1.3.0 ` | + | + | ✓ | ✓ | ✓ |
31- | ` master ` | + | + | + | + | + |
25+ | | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 | ArangoDB 3.10 |
26+ | ----------| ----------------| --------------| --------------| --------------| --------------| ---------------|
27+ | ` 1.0.0 ` | ✓ | ✓ | - | - | - | - |
28+ | ` 1.1.0 ` | + | + | ✓ | - | - | - |
29+ | ` 1.2.1 ` | + | + | ✓ | ✓ | - | - |
30+ | ` 1.3.0 ` | + | + | ✓ | ✓ | ✓ | - |
31+ | ` 1.4.0 ` | + | + | ✓ | ✓ | ✓ | ✓ |
32+ | ` master ` | + | + | + | + | + | + |
3233
3334Key:
3435
You can’t perform that action at this time.
0 commit comments