1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore: remove installation docs for Go 1.15

This commit is contained in:
Pete Davison
2023-03-09 19:07:05 +00:00
parent f2114f09f7
commit 97ffd84d0e
2 changed files with 5 additions and 10 deletions

4
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/go-task/task/v3
go 1.19
require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/fatih/color v1.14.1
@@ -26,5 +28,3 @@ require (
golang.org/x/term v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
go 1.19