mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
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:
parent
7604267a17
commit
8e41551acb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue