chore: bump CI's go version

This commit is contained in:
Manfred Touron 2021-03-31 10:52:14 +00:00
parent 79cbaa3afe
commit 2648418463

View file

@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
golang:
- 1.15.0
- 1.16.x
steps:
- uses: actions/checkout@v2
- name: Install Go
@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
golang:
- 1.15.0
- 1.16.x
steps:
- uses: actions/checkout@v2
- name: Install Go
@ -67,9 +67,10 @@ jobs:
strategy:
matrix:
golang:
- 1.13
- 1.14
- 1.15.0
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
steps:
- uses: actions/checkout@v2
- name: Install Go