From 89b63a892ab03879405fa382d4125dce42923456 Mon Sep 17 00:00:00 2001 From: Bogdan U Date: Tue, 4 Oct 2022 19:54:08 +0300 Subject: [PATCH] chore: drop go 1.15 support (#93) --- .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..8d54f28 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' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@master