Setup mockery
Version updated for https://github.com/brokeyourbike/go-mockery-action to version v0.2.1.
- This action is used across all versions by 32 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-mockery-action GitHub Action simplifies the integration of the mockery tool into CI/CD workflows by automatically setting up a specified version of mockery. It automates the process of downloading and configuring mockery, enabling developers to easily generate mock implementations for Go interfaces during automated builds. This action streamlines mocking in Go projects and reduces manual setup efforts.
Release notes
0.2.1 (2026-03-10)
Bug Fixes
- deps (9363aec)