Upgrade CI checks to Go 1.15

This commit is contained in:
Frédéric Guillot 2020-08-11 21:17:55 -07:00
parent c1e3783272
commit e95c6ce8f4
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
@ -42,7 +42,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.11, 1.12, 1.13, 1.14]
go-version: [1.14, 1.15]
steps:
- name: Set up Go
uses: actions/setup-go@v1
@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout