Skip to content

Bump github.com/goravel/framework from 1.13.9 to 1.14.1 in the go-modules group across 1 directory #17

Bump github.com/goravel/framework from 1.13.9 to 1.14.1 in the go-modules group across 1 directory

Bump github.com/goravel/framework from 1.13.9 to 1.14.1 in the go-modules group across 1 directory #17

Workflow file for this run

name: Mockery
on:
pull_request:
jobs:
mockery:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Mockery
run: |
go install github.com/vektra/mockery/v2@v2.34.2
- name: Generate Mocks
run: |
~/go/bin/mockery --all --keeptree --dir=contracts
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes
with:
commit_message: "chore: update mocks"