diff options
| author | 2026-01-19 10:52:10 +0800 | |
|---|---|---|
| committer | 2026-01-19 10:52:10 +0800 | |
| commit | 8014cb752602bd3ccff60b7621e742854901d5da (patch) | |
| tree | 8f7f325e4e61778c6363a8a8c5becb906b78b1d2 /go.mod | |
| parent | ci: FreeBSD probably doesn't need go-dev (diff) | |
| signature | No signature | |
go.mod: Try using go 1.24.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
