air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

Can't install air #620

Closed shrimpPaste closed 4 days ago

shrimpPaste commented 4 days ago

Today I want to use Air to run my program. When I install Air, the system displays an error message:

➜ /app go install github.com/cosmtrek/air@latest
go: github.com/cosmtrek/air@latest: version constraints conflict:
github.com/cosmtrek/air@v1.52.3: parsing go.mod:
module declares its path as: github.com/air-verse/air
but was required as: github.com/cosmtrek/air

Then I tried to use a shell script to install Air, but the installation failed."