diff --git a/.github/workflows/mockery.yml b/.github/workflows/mockery.yml index afb7d42a..151ba1c5 100644 --- a/.github/workflows/mockery.yml +++ b/.github/workflows/mockery.yml @@ -10,6 +10,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Setup Go + uses: actions/setup-go@v5 + with: + cache: true + go-version: 'stable' - name: Install Mockery run: | go install github.com/vektra/mockery/v2@latest