From 86e06699b9140ea7663d502275e8acb1c8f17239 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 5 Feb 2025 05:13:47 -0600 Subject: [PATCH] Fix constraints for stable cgo-mingw-w64-x64 This was unintentionally busted while switching from the Go 1.22 series to Go 1.23. refs GH-1663 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe14e561..e3b7dbea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -354,7 +354,7 @@ updates: ignore: - dependency-name: "amd64/golang" versions: - - ">= 1.22" + - ">= 1.24" - "< 1.23" - package-ecosystem: docker