mirror of
https://github.com/go-task/task.git
synced 2025-03-19 21:17:46 +02:00
Upgrade to Go 1.17. Set 1.16 as the minimal version
This commit is contained in:
parent
7e4de945cf
commit
1012a0cf2b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.16.x
|
||||
go-version: 1.17.x
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{matrix.platform}}
|
||||
steps:
|
||||
|
2
go.mod
2
go.mod
@ -14,4 +14,4 @@ require (
|
||||
mvdan.cc/sh/v3 v3.3.1
|
||||
)
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
Loading…
x
Reference in New Issue
Block a user