Skip to content

Commit 961b2cc

Browse files
authored
install mockgen (#527)
1 parent 69dc4c0 commit 961b2cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
check-latest: true
2525

26+
- name: Install mockgen
27+
run: go install github.com/golang/mock/mockgen@latest
28+
2629
- name: Run GoReleaser
2730
uses: goreleaser/goreleaser-action@v6
2831
with:

0 commit comments

Comments
 (0)