CI refresh #666

Merged
lhchavez merged 2 commits from ci-refresh into master 2020-10-23 07:47:14 -05:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 6fcbf91094 - Show all commits

View File

@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.11', '1.12', '1.13', '1.14' ]
go: [ '1.11', '1.12', '1.13', '1.14', '1.15' ]
name: Go ${{ matrix.go }}
runs-on: ubuntu-20.04
@ -77,7 +77,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.14'
go-version: '1.15'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
@ -99,7 +99,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.14'
go-version: '1.15'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
@ -121,7 +121,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.14'
go-version: '1.15'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1