1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +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
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@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.17.x go-version: 1.18.x
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2

View File

@ -5,7 +5,7 @@ jobs:
name: Test name: Test
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.17.x, 1.18.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:

2
go.mod
View File

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