We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3be9681 + 6296819 commit 6068e65Copy full SHA for 6068e65
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,10 @@ jobs:
15
with:
16
fetch-depth: 0 # Changelog を正しく動作させるために必要
17
18
+ - name: Install GoReleaser and mockgen
19
+ run: go get github.com/golang/mock/mockgen
20
+ env:
21
+ GO111MODULE: on
22
# Go をセットアップ
23
- uses: actions/setup-go@v3
24
0 commit comments