1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

Upgrade Go version on CI

This commit is contained in:
Andrey Nering 2020-03-01 15:46:56 -03:00
parent ca07a663e1
commit 628c4a7b5f
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

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