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 3d57703 commit 9e7e074Copy full SHA for 9e7e074
.github/workflows/tests.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
go:
17
- - ^1.19
18
- ^1.20
+ - ^1.21
19
- ^1
20
steps:
21
README.md
@@ -119,7 +119,7 @@ Golang compatibility matrix:
119
| 1.12 | 0.12.6 |
120
| 1.16 / 1.17 | 0.15.6 |
121
| 1.18 | 0.16.0-patch2 |
122
-| 1.19 | current |
+| 1.20 | 0.16.1 |
123
124
Overall rule of thumb is that carbonapi supports last 2 major go versions. E.x. at this moment Go 1.19 and 1.18 are supported.
125
0 commit comments