From 86c8e646fa89580c70e1c8929e016b64cb05a96a Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 18 Aug 2025 05:31:36 +0000 Subject: [PATCH] chore: go.mod should use the minor version only (#880) Refs https://codeberg.org/forgejo/forgejo/pulls/8926 - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/880): chore: go.mod should use the minor version only [skip cascade] Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/880 Reviewed-by: Michael Kriese Reviewed-by: Gusted Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cefb75e5..a25bc8b9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.forgejo.org/forgejo/runner/v9 -go 1.24.0 +go 1.24 toolchain go1.24.6