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

feat: bump minimum go version to 1.20 (#1302)

This commit is contained in:
Pete Davison
2023-08-11 22:46:37 +01:00
committed by GitHub
parent dd9b1a1065
commit 6f986af0d4
3 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/go-task/task/v3
go 1.19
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1