Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: air-verse/air

Tags

v1.63.4

Toggle v1.63.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set default build bin (#838)

v1.63.3

Toggle v1.63.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Add omitempty to build bin fields (#829)" (#837)

This reverts commit 94981f1.

v1.63.2

Toggle v1.63.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Document entrypoint over build.bin (#832)

v1.63.1

Toggle v1.63.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.63.0

Toggle v1.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.62.0

Toggle v1.62.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump go to 1.24 (#771)

v1.61.7

Toggle v1.61.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exiter to test os.Exit case (#729)

authored-by: jingdi.zhu <[email protected]>

v1.61.6

Toggle v1.61.6's commit message
Add exiter to test os.Exit case

v1.61.5

Toggle v1.61.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default config override (#719)

v1.61.4

Toggle v1.61.4's commit message
Update README for air help command