From 1273f2cffbb7650ac1b7a08b528510c8ad61e973 Mon Sep 17 00:00:00 2001 From: shirou Date: Sat, 24 Jul 2021 13:25:37 +0000 Subject: [PATCH] change test support version to 1.15 and 1.16. --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c8b0e6..dc4e4e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test_v3_module: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.15.x, 1.16.x] os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0] runs-on: ${{ matrix.os }} steps: @@ -25,7 +25,7 @@ jobs: GO111MODULE: off strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.15.x, 1.16.x] os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0] runs-on: ${{ matrix.os }} steps: @@ -50,7 +50,7 @@ jobs: GO111MODULE: off strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.15.x, 1.16.x] os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0] runs-on: ${{ matrix.os }} steps: