fix: Freeze air to 1.62.0

Newer releases require Go 1.25 which is not supported at this time
This commit is contained in:
Minecon724 2025-09-13 08:35:08 +00:00
commit f9b8cd52e0
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -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