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

Build with Go 1.16

This enables darwin-arm64 builds to support Apple Silicon-based Macs.
This commit is contained in:
Luke Carrier 2021-09-04 22:56:39 +01:00
parent 634f8ed574
commit 039d8f000d
3 changed files with 3 additions and 3 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.15.x go-version: 1.16.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.14.x, 1.15.x] go-version: [1.15.x, 1.16.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:

View File

@ -1,6 +1,6 @@
build: build:
binary: task binary: task
main: cmd/task main: ./cmd/task
goos: goos:
- windows - windows
- darwin - darwin