From 792c750dec1c0ab6b4c5029624f37bed4c76b584 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:56:19 +0000 Subject: [PATCH] fix: revert unintentional Go 1.26 hard dependency to Go 1.21 (#950) * Initial plan * fix: downgrade go.mod version from 1.26 to 1.21 Co-authored-by: imfing <5097752+imfing@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: imfing <5097752+imfing@users.noreply.github.com> --- docs/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/go.mod b/docs/go.mod index bfc31c9..f081582 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,5 +1,5 @@ module github.com/imfing/hextra/docs -go 1.26 +go 1.21 replace github.com/imfing/hextra => ../ diff --git a/go.mod b/go.mod index 168170d..6209398 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/imfing/hextra -go 1.26 +go 1.21