mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-22 16:25:19 +00:00
9 lines
100 B
YAML
9 lines
100 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang:1.19.1
|
||
|
commands:
|
||
|
- go mod tidy
|
||
|
|
||
|
depends_on:
|
||
|
- lint
|