Bump golang from 1.24-bookworm to 1.25-bookworm (#1278)

* Bump golang from 1.24-bookworm to 1.25-bookworm

Bumps golang from 1.24-bookworm to 1.25-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-bookworm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump the GO version in the go.mod

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Koval <kkb@ukr.net>
This commit is contained in:
dependabot[bot]
2025-08-19 10:47:36 +02:00
committed by GitHub
parent bf05f24b56
commit 368eb063e0
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ RUN export BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%S+00:00(UTC)'); \
npm run build -- --base="${UI_PUBLIC_URL}"
### Build API ###
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-bookworm AS api
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25-bookworm AS api
ARG TARGETPLATFORM
# See for details: https://github.com/hadolint/hadolint/wiki/DL4006

View File

@@ -1,6 +1,6 @@
module github.com/photoview/photoview/api
go 1.24.0
go 1.25.0
require (
github.com/99designs/gqlgen v0.17.78