mirror of
https://github.com/xiaoqidun/ihash.git
synced 2024-11-22 01:56:46 +08:00
10 lines
175 B
YAML
10 lines
175 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
pull: if-not-exists
|
|
image: golang:alpine
|
|
commands:
|
|
- go build -mod=vendor ihash.go |