This commit is contained in:
6543 2022-03-27 19:23:49 +02:00
parent 5663fadb05
commit 5ffbac0a4b

View file

@ -1,4 +1,10 @@
pipeline:
# use vendor to cache dependencies
vendor:
image: golang
commands:
- go mod vendor
lint:
image: golang
commands: