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

Upgrade to Go 1.18 is out. Set 1.17 as the minimal version

This commit is contained in:
Andrey Nering 2022-03-21 15:23:06 -03:00 committed by GitHub
parent a018997ddc
commit 61c5718663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
go.mod
View File

@ -14,4 +14,4 @@ require (
mvdan.cc/sh/v3 v3.4.3
)
go 1.16
go 1.17