From 44895011dc6fe36a2719e25e105912a3b281b5bb Mon Sep 17 00:00:00 2001 From: Twenty Panda Date: Tue, 7 May 2024 10:11:21 +0100 Subject: [PATCH] chore(dependencies): switch to air@v1 there are no tests but since Gitea uses @v1 since last month and Gitea maintainers rely on make watch, it is safe to assume that upgrading is not broken. Switching to v1 would require less scrutiny on the upgrades. Even if there is breakage, it can be fixed with minimal impact on the developer workflow. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9496af2cb0..f882fdd026 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ DIFF ?= diff --unified XGO_VERSION := go-1.21.x -AIR_PACKAGE ?= github.com/cosmtrek/air@v1.52.0 # renovate: datasource=go +AIR_PACKAGE ?= github.com/cosmtrek/air@v1 # renovate: datasource=go EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@2.8.0 # renovate: datasource=go GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.6.0 # renovate: datasource=go GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2 # renovate: datasource=go