chore: align go version handling with gitea (#1088)

Aligns Go version handling with gitea, see https://github.com/go-gitea/gitea/pull/38559. `toolchain` names the build version, `go` stays the minimum.

The renovate extends match the other repos now. `security` is an empty preset, and `go-deps` only fast-tracked the toolchain bump into its own PR, which the weekly group carries instead.

Reviewed-on: https://gitea.com/gitea/tea/pulls/1088
Reviewed-by: techknowlogick <9+techknowlogick@noreply.gitea.com>
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
silverwind
2026-08-05 22:50:47 +00:00
committed by silverwind
parent f34697c5ed
commit 12726f4c9b
6 changed files with 13 additions and 4 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
module gitea.dev/tea
go 1.26
go 1.26.0
toolchain go1.26.5
require (
charm.land/glamour/v2 v2.0.1