Skip to content

Commit

Permalink
ci: task generate error
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSmokeGun committed Jul 31, 2024
1 parent 3d135b2 commit a3b556a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ docker-compose -f deploy/docker-compose/docker-compose.yaml up

## 热重启

热重启功能基于 [air](https://github.com/cosmtrek/air)
热重启功能基于 [air](https://github.com/air-verse/air)

```shell
$ air
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks:
- go get -u github.com/davecgh/go-spew/spew
- go get github.com/google/wire/cmd/wire@main
- go install github.com/google/wire/cmd/wire@main
- go install github.com/cosmtrek/air@latest
- go install github.com/air-verse/air@latest
- go install github.com/swaggo/swag/cmd/swag@latest
- go install github.com/golang/mock/mockgen@latest
- go install github.com/go-kratos/kratos/cmd/kratos/v2@latest
Expand Down

0 comments on commit a3b556a

Please sign in to comment.