Skip to content

Commit

Permalink
Don't upgrade mockery right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jul 30, 2024
1 parent e224e32 commit ab0b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install Mockery
run: go install github.com/vektra/mockery/[email protected].2
run: go install github.com/vektra/mockery/[email protected].0
- name: Display Go version
run: go version
- name: Generate mocks
Expand Down

0 comments on commit ab0b0d0

Please sign in to comment.