From f9b8cd52e06b8a491a146f61170fe9e98e831522 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 13 Sep 2025 08:35:08 +0000 Subject: [PATCH] fix: Freeze air to 1.62.0 Newer releases require Go 1.25 which is not supported at this time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f7a99d40c..abd4695ea6 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ endif XGO_VERSION := go-1.21.x -AIR_PACKAGE ?= github.com/air-verse/air@v1 # renovate: datasource=go +AIR_PACKAGE ?= github.com/air-verse/air@v1.62.0 # renovate: datasource=go EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3.3.0 # renovate: datasource=go GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.8.0 # renovate: datasource=go GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.3.1 # renovate: datasource=go