7502813335
* Add password_policy field * Updated vault-plugin-secrets-azure to v0.6.1 * A bunch of other libraries also got updated at the same time because of the plugin update
8 lines
74 B
YAML
8 lines
74 B
YAML
language: go
|
|
go:
|
|
- "1.13.7"
|
|
env:
|
|
- GO111MODULE=on
|
|
script:
|
|
- make test
|