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
pull/1141/head
shirou 3 years ago
parent b057cf4b84
commit bf37f4d1ec

@ -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

Loading…
Cancel
Save