From bf37f4d1ecd699555e43fe01ca3ca7abbc587d4b Mon Sep 17 00:00:00 2001 From: shirou Date: Sun, 3 Oct 2021 13:11:22 +0000 Subject: [PATCH] Update github action virtual environments and golang version Golang: 15,16 -> 16, 17 Ubuntu: 1604, 1804 -> 1804, 2004 Mac: 10.14, 11.0 -> 10.15, 11 --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc4e4e8b..aaf4e8fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,8 @@ jobs: test_v3_module: strategy: matrix: - 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] + go-version: [1.16.x, 1.17.x] + os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -25,8 +25,8 @@ jobs: GO111MODULE: off strategy: matrix: - 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] + go-version: [1.16.x, 1.17.x] + os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -50,8 +50,8 @@ jobs: GO111MODULE: off strategy: matrix: - 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] + go-version: [1.16.x, 1.17.x] + os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11] runs-on: ${{ matrix.os }} steps: - name: Install Go