chore: upgrade go 1.26.0 and gointernals package

This commit is contained in:
yusing
2026-02-11 11:33:21 +08:00
parent bb8b663ebc
commit 22f03488e9
13 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
module github.com/yusing/godoxy/cmd/h2c_test_server
go 1.25.7
go 1.26.0
require golang.org/x/net v0.50.0