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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
module github.com/imfing/hextra/docs
|
module github.com/imfing/hextra/docs
|
||||||
|
|
||||||
go 1.26
|
go 1.21
|
||||||
|
|
||||||
replace github.com/imfing/hextra => ../
|
replace github.com/imfing/hextra => ../
|
||||||
|
|||||||
Reference in New Issue
Block a user