chore(ci): 切换Drone流水线类型并更新Go版本
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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:
10
.drone.yml
10
.drone.yml
@@ -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:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
golang 1.25.3
|
golang 1.25.5
|
||||||
|
|||||||
Reference in New Issue
Block a user