mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:39:19 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user