diff options
author | yp05327 <576951401@qq.com> | 2024-06-04 14:00:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 13:00:44 +0800 |
commit | 93570de4968b7ea843f669b173c373c6fbd1c64a (patch) | |
tree | e19fd0d43a671f5c26f57481295784642d5841fd | |
parent | 433963e52ccbe2f469c83a0252ea4cab9b34a467 (diff) | |
download | gitea-93570de4968b7ea843f669b173c373c6fbd1c64a.tar.gz gitea-93570de4968b7ea843f669b173c373c6fbd1c64a.zip |
Update air package path (#31233)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |