chore(ci): 切换Drone流水线类型并更新Go版本
Some checks reported errors
continuous-integration/drone/push Build encountered an error

- 将Drone流水线类型从ssh改为docker以优化构建流程
- 移除SSH服务器配置信息简化配置文件
- 更新Go语言版本从1.25.3至1.25.5以获得最新特性和修复
- 保持流水线步骤配置不变以确保构建过程稳定
This commit is contained in:
danial
2025-12-17 01:48:21 +08:00
parent a6405553b4
commit d5520ff9f7
2 changed files with 2 additions and 10 deletions

View File

@@ -1,16 +1,8 @@
--- ---
kind: pipeline kind: pipeline
type: ssh type: docker
name: master-machine name: master-machine
server:
host: 38.55.194.49:3422
user: root
password:
from_secret: www_password
clone:
depth: 1
steps: steps:
- name: build new image - name: build new image
environment: environment:

View File

@@ -1 +1 @@
golang 1.25.3 golang 1.25.5