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