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 (#839)

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.

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/839): <!--number 839 --><!--line 0 --><!--description Y2hvcmU6IHJlcXVpcmUgR28gdjEuMjQ=-->chore: require Go v1.24<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/839
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-11 12:49:51 +00:00 committed by earl-warren
parent 592226943f
commit 66bb63ea18
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

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