Skip to content

Commit

Permalink
fix(ci): Upgrade mockery to v2.43.2
Browse files Browse the repository at this point in the history
v2.32.0 seems not working on Go 1.22.
  • Loading branch information
pan93412 committed Aug 1, 2024
1 parent eda0e74 commit 196085e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: "1.22"

- name: install mockery
run: go install github.com/vektra/mockery/v2@v2.32.0
run: go install github.com/vektra/mockery/v2@v2.43.2

- name: generate mocks
run: make mock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: false

- name: install mockery
run: go install github.com/vektra/mockery/v2@v2.32.0
run: go install github.com/vektra/mockery/v2@v2.43.2

- name: generate mocks
run: make mock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: true

- name: install mockery
run: go install github.com/vektra/mockery/v2@v2.32.0
run: go install github.com/vektra/mockery/v2@v2.43.2

- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 196085e

Please sign in to comment.