1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +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

2
go.mod
View File

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