1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

CI: Update Go version to 1.15.x

This commit is contained in:
Andrey Nering 2020-09-05 17:57:24 -03:00
parent 71466c9a27
commit 96b8890ecc
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1

View File

@ -5,7 +5,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.platform}}
steps: