From 62c3540467869fa9de6d4ecd5bd897f8457d9039 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 May 2024 02:05:34 +0000 Subject: [PATCH 1/2] Update module github.com/cosmtrek/air to v1.52.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d4e3e0703..9496af2cb0 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.49.0 # renovate: datasource=go +AIR_PACKAGE ?= github.com/cosmtrek/air@v1.52.0 # 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 From 44895011dc6fe36a2719e25e105912a3b281b5bb Mon Sep 17 00:00:00 2001 From: Twenty Panda Date: Tue, 7 May 2024 10:11:21 +0100 Subject: [PATCH 2/2] 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