From 2d3e1ea2362b4c211d029bfd419f85850e22cde2 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sat, 25 Sep 2021 19:28:10 +0300 Subject: [PATCH] ci: update go versions --- .github/workflows/goTest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index d138be4..e600139 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.16.x, 1.17.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -26,7 +26,7 @@ jobs: test-oniguruma: strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.16.x, 1.17.x] runs-on: ubuntu-latest env: ONIGURUMA_VERSION: 6.9.4