chore: upgrade go version to 1.25.7

This commit is contained in:
yusing
2026-02-06 00:01:22 +08:00
parent 953ec80556
commit bd49f1b348
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.6-alpine AS builder
FROM golang:1.25.7-alpine AS builder
HEALTHCHECK NONE

View File

@@ -1,3 +1,3 @@
module github.com/yusing/godoxy/cmd/bench_server
go 1.25.6
go 1.25.7