Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
fetch-depth: 0 # Changelog を正しく動作させるために必要

- name: Install GoReleaser and mockgen
run: go get github.com/golang/mock/mockgen
env:
GO111MODULE: on
# Go をセットアップ
- uses: actions/setup-go@v3
with:
Expand Down