chore(deps): update go to 1.26.4 in all places

This commit is contained in:
kolaente 2026-06-29 13:12:48 +02:00
parent b866ba3f58
commit ee8c759f0b
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ COPY frontend/ ./
ARG RELEASE_VERSION=dev
RUN echo "{\"VERSION\": \"${RELEASE_VERSION/-g/-}\"}" > src/version.json && pnpm run build
FROM --platform=$BUILDPLATFORM ghcr.io/techknowlogick/xgo:go-1.25.x@sha256:57c62857168cee9213045d65044e990d8b181ed6df30ba7097d2dcddd42b9908 AS apibuilder
FROM --platform=$BUILDPLATFORM ghcr.io/techknowlogick/xgo:go-1.26.x@sha256:57c62857168cee9213045d65044e990d8b181ed6df30ba7097d2dcddd42b9908 AS apibuilder
RUN go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin

View File

@ -1,5 +1,5 @@
module code.vikunja.io/build
go 1.25.0
go 1.26.4
require github.com/magefile/mage v1.17.2

2
go.mod
View File

@ -16,7 +16,7 @@
module code.vikunja.io/api
go 1.25.7
go 1.26.4
require (
code.dny.dev/ssrf v0.2.0

View File

@ -1,4 +1,4 @@
[tools]
node = "24.18.0" # keep in sync with frontend/.nvmrc
pnpm = "10.28.1" # keep in sync with frontend/package.json#packageManager
go = "1.25.7" # keep in sync with go.mod
go = "1.26.4" # keep in sync with go.mod

View File

@ -1,6 +1,6 @@
module code.vikunja.io/veans
go 1.25.0
go 1.26.4
require (
github.com/charmbracelet/bubbletea v1.3.10