Skip to content

Commit 58f43d7

Browse files
starbopsclaude
andcommitted
fix(tools): update air package path to air-verse/air
The cosmtrek/air package moved to air-verse/air organization. This fixes the CI installation failure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 18a0da9 commit 58f43d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ install-tools: ## Install development tools
175175
@go install github.com/swaggo/swag/cmd/swag@latest
176176
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
177177
@go install github.com/securego/gosec/v2/cmd/gosec@latest
178-
@go install github.com/cosmtrek/air@latest
178+
@go install github.com/air-verse/air@latest
179179
@echo "Development tools installed"
180180

181181

0 commit comments

Comments
 (0)