Update Go versions to build/test against in CI to 1.14, 1.15 and 1.16
This commit is contained in:
parent
89442bb269
commit
7e3d72c24f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Build and Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.12.x, 1.13.x]
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue