mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
* revendor k3sup to prevent arch / OS from being printed in the logs * print version on startup * bump minor CNI and containerd version for e2e tests * revendor faas-provider for latest log printing update Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
103 B
YAML
Generated
10 lines
103 B
YAML
Generated
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
|
|
go_import_path: github.com/openfaas/faas-provider
|
|
script:
|
|
- make test
|
|
|