Skip to content

Commit

Permalink
💚 back to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed May 5, 2024
1 parent ccb3d8a commit 47a42c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fumeapp/taskin

go 1.22
go 1.21

require (
dario.cat/mergo v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion taskin.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func New(tasks Tasks, cfg Config) Runners {
runners[i].State = Failed
continue
}
runners[i].State = Completed // Example of updating state, replace with real task logic
runners[i].State = Completed
}
}()
return runners
Expand Down

0 comments on commit 47a42c5

Please sign in to comment.