1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile
Pete Davison 5e9851f42f
Update minimum go version (#1758)
* feat: update minimum version to 1.22

* refactor: use int range iterator

* refactor: loop variables

* refactor: replace slicesext.FirstNonZero with cmp.Or

* refactor: use slices.Concat instead of append

* fix: unused param

* fix: linting
2024-08-14 08:37:05 -05:00
..
ast Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
cache.go feat(remote): add a command to clear the cache (#1639) 2024-06-28 17:42:16 +01:00
dotenv.go feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
node_base.go fix: optional includes 2024-04-09 12:37:18 +01:00
node_file.go feat(remote): prefix checksums/cached files with the filename (#1636) 2024-06-28 17:07:43 +01:00
node_http.go feat(remote): prefix checksums/cached files with the filename (#1636) 2024-06-28 17:07:43 +01:00
node_stdin.go feat(remote): prefix checksums/cached files with the filename (#1636) 2024-06-28 17:07:43 +01:00
node.go feat(remote): prefix checksums/cached files with the filename (#1636) 2024-06-28 17:07:43 +01:00
reader.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
taskfile.go feat: merger 2024-04-09 12:37:18 +01:00