chore(workflows): remove old build and push workflow file

fix(dockerfiles): update base image to golang:1.25 for frpc and frps
This commit is contained in:
2026-01-16 00:19:10 +08:00
parent 0a99c1071b
commit be252de683
4 changed files with 86 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS building
FROM golang:1.25 AS building
COPY . /building
WORKDIR /building

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS building
FROM golang:1.25 AS building
COPY . /building
WORKDIR /building