1
0
Fork 0

Update CI check for Go 1.16

This commit is contained in:
Frédéric Guillot 2021-02-16 21:02:13 -08:00 committed by fguillot
parent 421bb467d0
commit 713d575bad
3 changed files with 10 additions and 6 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
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.14, 1.15]
go-version: [1.16]
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.15
go-version: 1.16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout