1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +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 - name: Set up Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.14.x go-version: 1.15.x
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1 uses: goreleaser/goreleaser-action@v1

View File

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