mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
18 lines
No EOL
222 B
YAML
18 lines
No EOL
222 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.13"
|
|
- "1.14"
|
|
|
|
go_import_path: github.com/arangodb/kube-arangodb
|
|
|
|
env:
|
|
- GO111MODULES=off
|
|
|
|
install:
|
|
- make init
|
|
|
|
script:
|
|
- make license-verify fmt-verify
|
|
- make run-unit-tests
|
|
- make bin |