Skip to content

Commit 9889830

Browse files
authored
fix: go releaser (#528)
* install mockgen * wrong mockgen
1 parent 961b2cc commit 9889830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
check-latest: true
2525

2626
- name: Install mockgen
27-
run: go install github.com/golang/mock/mockgen@latest
27+
run: go install go.uber.org/mock/mockgen@latest
2828

2929
- name: Run GoReleaser
3030
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)