Update dependency go to v1.26 (forgejo) (#11320)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11320
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: forgejo-renovate-action <forgejo-renovate-action@noreply.codeberg.org>
Co-committed-by: forgejo-renovate-action <forgejo-renovate-action@noreply.codeberg.org>
This commit is contained in:
forgejo-renovate-action 2026-03-12 01:26:23 +01:00 committed by Gusted
parent 7604267a17
commit 8e41551acb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Gitea DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.25-trixie",
"image": "mcr.microsoft.com/devcontainers/go:1.26-trixie",
"features": {
// installs nodejs into container
"ghcr.io/devcontainers/features/node:1": {

2
go.mod
View file

@ -2,7 +2,7 @@ module forgejo.org
go 1.25.0
toolchain go1.25.8
toolchain go1.26.1
require (
code.forgejo.org/f3/gof3/v3 v3.11.15