Skip to content

Commit 6296819

Browse files
author
{cocoide}
committed
fix: githubactionでgomockのインストール
1 parent dc0a509 commit 6296819

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0 # Changelog を正しく動作させるために必要
1717

18+
- name: Install GoReleaser and mockgen
19+
run: go get github.com/golang/mock/mockgen
20+
env:
21+
GO111MODULE: on
1822
# Go をセットアップ
1923
- uses: actions/setup-go@v3
2024
with:

0 commit comments

Comments
 (0)