From 9e7e0742d51afe960c740299b919cc8a16d727e2 Mon Sep 17 00:00:00 2001 From: Vladimir Smirnov Date: Sun, 27 Aug 2023 14:36:00 +0200 Subject: [PATCH] Run tests on golang 1.21 And update README to mention that golang 1.20 is earliest tested for upcomming 0.16.1 release --- .github/workflows/tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1838225d6..f8aefa914 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: go: - - ^1.19 - ^1.20 + - ^1.21 - ^1 steps: diff --git a/README.md b/README.md index 003955873..33b12e5ab 100644 --- a/README.md +++ b/README.md @@ -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.