Setup mockery
Version updated for https://github.com/brokeyourbike/go-mockery-action to version v0.2.2.
- 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 setup and integration of a specific version of mockery into GitHub workflows. It automates the process of downloading and using mockery, a tool for generating mock objects in Go, helping developers streamline the creation of unit test mocks. This action is particularly useful for maintaining consistent mock generation across CI pipelines.
What’s Changed
0.2.2 (2026-05-02)
Bug Fixes
- build (d89c7b5)