modelRT/.drone.yml

13 lines
210 B
YAML
Raw Normal View History

2025-02-05 16:46:01 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:latest
environment:
GO111MODULE: on
GOPROXY: https://goproxy.cn,direct
commands:
2025-02-10 15:21:34 +08:00
- go build main.go