Skip to content

Commit

Permalink
Run tests on golang 1.21
Browse files Browse the repository at this point in the history
And update README to mention that golang 1.20 is earliest tested for
upcomming 0.16.1 release
  • Loading branch information
Civil committed Aug 27, 2023
1 parent 3d57703 commit 9e7e074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
go:
- ^1.19
- ^1.20
- ^1.21
- ^1
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Golang compatibility matrix:
| 1.12 | 0.12.6 |
| 1.16 / 1.17 | 0.15.6 |
| 1.18 | 0.16.0-patch2 |
| 1.19 | current |
| 1.20 | 0.16.1 |

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.

Expand Down

0 comments on commit 9e7e074

Please sign in to comment.