ref: 8014cb752602bd3ccff60b7621e742854901d5da
parent: 7c1578a79e1e7b3957f9c41f259c111ed6278edc
author: Runxi Yu <runxiyu@umich.edu>
date: Mon Jan 19 05:52:10 EST 2026
go.mod: Try using go 1.24.0
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module codeberg.org/lindenii/furgit
-go 1.25.3
+go 1.24.0
require golang.org/x/sys v0.38.0
--
⑨