mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
build: upgrade Go to v1.25.5
- Update go.mod to Go 1.25.0 with toolchain go1.25.5 - Update docker/ddns/Dockerfile to use golang:1.25-alpine - Update dummy OIDC service to Go 1.25.0 Fixes #5374
This commit is contained in:
parent
eec2c58157
commit
858a6478db
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.22-alpine
|
||||
FROM golang:1.25-alpine
|
||||
|
||||
# Q: What is this?
|
||||
# A: DDNS is a personal DynDNS client for DigitalOcean, see https://github.com/skibish/ddns.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module caos-test-op
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.1
|
||||
|
|
|
|||
4
go.mod
4
go.mod
|
|
@ -195,6 +195,6 @@ require (
|
|||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
)
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
toolchain go1.24.1
|
||||
toolchain go1.25.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue