fix: go.mod sing dependency

workflow: upgrade go 1.23 to 1.25 in Containerfile
This commit is contained in:
2025-10-15 18:41:24 +11:00
parent 44cfb8ed96
commit b63662347a
3 changed files with 52 additions and 191 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23 as builder
FROM golang:1.25 as builder
LABEL authors="nite07"
WORKDIR /app