Add Go 1.14 to GitHub Actions

This commit is contained in:
Frédéric Guillot 2020-03-01 10:12:59 -08:00
parent 9974e0f458
commit d1afe13a1c
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.13
go-version: 1.14
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]
go-version: [1.11, 1.12, 1.13, 1.14]
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.13
go-version: 1.14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout