Tags: air-verse/air
Tags
replace io.Copy with a scanner to avoid output related deadlocks on W… …SL2 (#674) * replace io.Copy with a scanner to avoid output related deadlocks on wsl2 no clear idea what the actual problem is here, but deadlocks are very frequent when running the unit tests under wsl2 and seem to be related to the use of io.Copy to copy stdout and stderr deadlock occurs when multiple goroutines get parked indefinitely waiting for an rwlock in the posix file system to be able to write to stdout... * switch back to synchronous copying until code has been reviewed by maintainers * make it explicit that we do not handle any errors from Write
chore: update Go version to 1.25.1 and dependencies (#797) * chore: update Go version to 1.25.1 and dependencies - Updated Dockerfile to use Go 1.25.1 for both builder and final images. - Modified README files (Japanese, Chinese Simplified, Chinese Traditional, and English) to reflect the new Go version requirement of 1.25.1. - Updated go.mod to specify Go 1.25 and updated dependencies: - Upgraded hugo from v0.147.6 to v0.149.1 - Upgraded testify from v1.10.0 to v1.11.1 - Upgraded other indirect dependencies to their latest versions. - Updated go.sum to reflect the changes in dependencies. * fix: update golangci-lint to use latest version and install mode
PreviousNext