1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: require Go v1.24

It is not a breaking change for Forgejo because Forgejo v13 already
depends on Go v1.24 and Forgejo runner v9 is not compatible with
Forgejo versions before v13 from an API point of view. It is however
compatible from a protocol point of view and this does not depend on
the Go version being used.

It would be a breaking change for third party software using the
runner as a package but it is not designed or supported for that.
This commit is contained in:
Earl Warren 2025-08-11 13:49:28 +02:00
parent 592226943f
commit 1a443d0df4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

2
go.mod
View file

@ -1,6 +1,6 @@
module code.forgejo.org/forgejo/runner/v9 module code.forgejo.org/forgejo/runner/v9
go 1.23.0 go 1.24.0
toolchain go1.24.6 toolchain go1.24.6