chore(deps): update dependency go (#715)

Reviewed-on: https://gitea.com/gitea/tea/pulls/715
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot 2025-02-16 17:46:19 +00:00 committed by techknowlogick
parent 681e665a59
commit fe1928679a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"packages": [
"go@1.20",
"go@1.23.5",
"gopls@latest",
"gnumake@latest"
],

2
go.mod
View File

@ -2,7 +2,7 @@ module code.gitea.io/tea
go 1.21
toolchain go1.23.5
toolchain go1.24.0
require (
code.gitea.io/gitea-vet v0.2.3