Skip to content

Commit

Permalink
Fix constraints for stable cgo-mingw-w64-x64
Browse files Browse the repository at this point in the history
This was unintentionally busted while switching from the
Go 1.22 series to Go 1.23.

refs GH-1663
  • Loading branch information
atc0005 committed Feb 5, 2025
1 parent f68dab8 commit 86e0669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ updates:
ignore:
- dependency-name: "amd64/golang"
versions:
- ">= 1.22"
- ">= 1.24"
- "< 1.23"

- package-ecosystem: docker
Expand Down

0 comments on commit 86e0669

Please sign in to comment.