mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-23 08:45:18 +00:00
10 lines
148 B
YAML
10 lines
148 B
YAML
pipeline:
|
|
build:
|
|
image: golang:1.19.1
|
|
commands:
|
|
- go mod tidy
|
|
- go build -o flatfinder ./cmd/flatfinder
|
|
|
|
depends_on:
|
|
- lint
|