chore: update air config
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 51s

This commit was merged in pull request #194.
This commit is contained in:
2024-09-29 23:09:53 +02:00
parent a97507455e
commit 25e82be339
2 changed files with 4 additions and 39 deletions

View File

@@ -24,7 +24,6 @@ func main() {
}
func run(ctx context.Context) {
ctx, cancel := signal.NotifyContext(ctx, syscall.SIGINT, syscall.SIGTERM)
defer cancel()