1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-18 14:48:13 +00:00
This commit is contained in:
techknowlogick
2025-08-15 06:13:24 -04:00
committed by GitHub
parent d9a2dfd95e
commit 1740d36581
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256
HAS_GO := $(shell hash $(GO) > /dev/null 2>&1 && echo yes)
COMMA := ,
XGO_VERSION := go-1.24.x
XGO_VERSION := go-1.25.x
AIR_PACKAGE ?= github.com/air-verse/air@v1
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3