1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-08 11:25:20 +02:00

Merge pull request 'build: only require go minor' (#6151) from viceice/forgejo:build/pin-go-to-minor-only into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6151
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
Michael Kriese 2024-12-05 08:36:03 +00:00
commit 70892c4813
3 changed files with 61 additions and 2 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.23.1
go 1.23
toolchain go1.23.4