From a056fe7b58c4c8a3e421e55449da5e0efdfca9ac Mon Sep 17 00:00:00 2001 From: Bogdan U Date: Mon, 20 Mar 2023 23:36:21 +0200 Subject: [PATCH] chore: remove go 1.15 support (#259) --- .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 808f9a6..29bbcb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go: [ '1.15.x', '1.16.x', '1.17.x', '1.18.x' ] + go: [ '1.16.x', '1.17.x', '1.18.x','1.19.x' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@master