Skip to content

Commit 9e7e074

Browse files
committed
Run tests on golang 1.21
And update README to mention that golang 1.20 is earliest tested for upcomming 0.16.1 release
1 parent 3d57703 commit 9e7e074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
go:
17-
- ^1.19
1817
- ^1.20
18+
- ^1.21
1919
- ^1
2020
steps:
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Golang compatibility matrix:
119119
| 1.12 | 0.12.6 |
120120
| 1.16 / 1.17 | 0.15.6 |
121121
| 1.18 | 0.16.0-patch2 |
122-
| 1.19 | current |
122+
| 1.20 | 0.16.1 |
123123

124124
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.
125125

0 commit comments

Comments
 (0)