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:
Vedant Madane 2026-01-12 01:55:03 +05:30
parent eec2c58157
commit 858a6478db
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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
View file

@ -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