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
10 lines
91 B
YAML
10 lines
91 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
- go test -bench . -benchmem
|