Skip to content

Commit 98fdbca

Browse files
committed
chore: add comment about replacing darwinkit with a fixed one
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
1 parent 0efe5b2 commit 98fdbca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ Logs are directed to `/tmp/batt.log`. If something goes wrong, you can check the
285285

286286
You need to install command line developer tools (by running `xcode-select --install`) and Go (follow the official instructions [here](https://go.dev/doc/install)).
287287

288-
There has been reports about crashes using binaries built with Go 1.25+ (https://github.com/progrium/darwinkit/issues/286). It is recommended to use Go 1.24.x to build `batt` until the issue is resolved.
289-
290288
### CLI
291289

292290
```shell

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ require (
4646
gopkg.in/yaml.v3 v3.0.1 // indirect
4747
)
4848

49+
// See: https://github.com/progrium/darwinkit/issues/286
4950
replace github.com/progrium/darwinkit => github.com/gysddn/darwinkit v0.0.0-20250116163834-ed09efd73eea

0 commit comments

Comments
 (0)