ihash/.drone.yml

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