mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-23 16:55:17 +00:00
9 lines
108 B
YAML
9 lines
108 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang:1.19.1
|
||
|
commands:
|
||
|
- go mod tidy
|
||
|
|
||
|
depends_on:
|
||
|
- lint
|
||
|
- test
|