chore(deps): update Go to 1.26.1 and upgrade dependencies across monorepo

- Update golang base image in Dockerfiles from 1.26.0 to 1.26.1
- Upgrade go.mod go version to 1.26.1 in all modules
- Update github.com/yusing/godoxy from v0.26.0 to v0.27.2
- Update gin from v1.11.0 to v1.12.0, docker/cli to v29.3.0, gotify to v2.9.1
- Update golang.org/x/{net,oauth2,sync,time,sys} to latest versions
- Update OpenTelemetry packages to v1.42.0/v0.67.0
- Update OpenJDK and other cloud provider SDKs
- Update goutils submodule to latest commit
This commit is contained in:
yusing
2026-03-10 12:19:25 +08:00
parent 93263eedbf
commit 291fe67c31
17 changed files with 228 additions and 218 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: deps
FROM golang:1.26.0-alpine AS deps
FROM golang:1.26.1-alpine AS deps
HEALTHCHECK NONE
# package version does not matter