1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/internal
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
..
compiler feat: variable references (#1654) 2024-05-16 16:20:59 +01:00
deepcopy Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
editors feat: add aliases to --json output 2023-12-20 21:54:52 -03:00
env feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
execext fix: fix bug for files with special chars &() (#1584) 2024-04-09 02:08:30 +00:00
exp feat: go 1.21 2024-02-17 23:29:49 -03:00
experiments feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
filepathext fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
fingerprint refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
flags feat(remote): add a command to clear the cache (#1639) 2024-06-28 17:42:16 +01:00
goext fix(platforms): do not run dynamic vars for other platforms (#1377) 2023-10-22 00:42:26 +00:00
hash fix: run once in shared dependencies (#1655) 2024-06-28 16:50:02 +01:00
logger Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
mocks refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
omap feat: go 1.21 2024-02-17 23:29:49 -03:00
output feat: colorize tasks in prefixed output (#1572) 2024-06-03 10:37:24 +01:00
slicesext Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
sort refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
summary feat: error when multiple wildcard matches are found 2024-02-22 14:58:24 -06:00
sysinfo Run Taskfiles from sub/child directories (#920) 2022-12-05 21:58:20 -03:00
templater chore: update deps 2024-06-09 20:30:43 +00:00
term chore: improvements on #1163 + changelog entry 2023-06-03 22:33:22 -03:00
version fix: --version when a version is provided with -ldflags (#1711) 2024-07-05 14:53:36 -03:00