aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2024-06-04 14:00:44 +0900
committerGitHub <noreply@github.com>2024-06-04 13:00:44 +0800
commit93570de4968b7ea843f669b173c373c6fbd1c64a (patch)
treee19fd0d43a671f5c26f57481295784642d5841fd
parent433963e52ccbe2f469c83a0252ea4cab9b34a467 (diff)
downloadgitea-93570de4968b7ea843f669b173c373c6fbd1c64a.tar.gz
gitea-93570de4968b7ea843f669b173c373c6fbd1c64a.zip
Update air package path (#31233)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f273cac3a8..e9dc945206 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ COMMA := ,
XGO_VERSION := go-1.22.x
-AIR_PACKAGE ?= github.com/cosmtrek/air@v1
+AIR_PACKAGE ?= github.com/air-verse/air@v1
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.7.0
GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.6.0
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0