You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Air doesn't load the .air.toml configuration file in the latest release. After updating, running air -c .air.toml no longer reads the file. Steps to reproduce:
Build the Docker image using the provided Dockerfile (golang:1.23 for build, golang:1.23-alpine for runtime).
Run the container with air -c .air.toml.
Observe that air doesn't pick up .air.toml.
Expected behavior: air should correctly read and apply .air.toml.
The text was updated successfully, but these errors were encountered:
Air doesn't load the .air.toml configuration file in the latest release. After updating, running air -c .air.toml no longer reads the file. Steps to reproduce:
Build the Docker image using the provided Dockerfile (golang:1.23 for build, golang:1.23-alpine for runtime).
Run the container with air -c .air.toml.
Observe that air doesn't pick up .air.toml.
Expected behavior: air should correctly read and apply .air.toml.
The text was updated successfully, but these errors were encountered: