From 3cf3385f18e876aacec6e30e2795fc1b6d04503f Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 9 Aug 2022 15:42:20 +0200 Subject: [PATCH] Include Go 1.19 in tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bce980..afb1844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18'] + go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19'] os: [ubuntu-latest] steps: