0
0
mirror of https://gitea.com/gitea/tea.git synced 2025-06-30 22:18:13 -04:00

chore(deps): update dependency go

This commit is contained in:
Renovate Bot 2025-02-12 00:32:40 +00:00
parent 72790aa50a
commit aa6d90ffbf
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