mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-57789] Update mockery version for LDAP mocks (#26760)
This commit is contained in:
parent
bac05a273d
commit
effb374482
@ -335,7 +335,7 @@ filestore-mocks: ## Creates mock files.
|
|||||||
|
|
||||||
ldap-mocks: ## Creates mock files for ldap.
|
ldap-mocks: ## Creates mock files for ldap.
|
||||||
$(GO) install github.com/vektra/mockery/v2/...@v2.42.2
|
$(GO) install github.com/vektra/mockery/v2/...@v2.42.2
|
||||||
$(GOBIN)/mockery --dir $(BUILD_ENTERPRISE_DIR)/ldap --all --output $(BUILD_ENTERPRISE_DIR)/ldap/mocks --note 'Regenerate this file using `make ldap-mocks`.'
|
$(GOBIN)/mockery --dir $(BUILD_ENTERPRISE_DIR)/ldap --all --inpackage --note 'Regenerate this file using `make ldap-mocks`.'
|
||||||
|
|
||||||
plugin-mocks: ## Creates mock files for plugins.
|
plugin-mocks: ## Creates mock files for plugins.
|
||||||
$(GO) install github.com/vektra/mockery/v2/...@v2.42.2
|
$(GO) install github.com/vektra/mockery/v2/...@v2.42.2
|
||||||
|
Loading…
Reference in New Issue
Block a user