We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6296819 commit 9a8b69cCopy full SHA for 9a8b69c
β.github/workflows/release.yml
@@ -16,7 +16,11 @@ jobs:
16
fetch-depth: 0 # Changelog γζ£γγεδ½γγγγγγ«εΏ θ¦
17
18
- name: Install GoReleaser and mockgen
19
- run: go get github.com/golang/mock/mockgen
+ run: |
20
+ wget https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_amd64 -O /tmp/goreleaser
21
+ chmod +x /tmp/goreleaser
22
+ sudo mv /tmp/goreleaser /usr/local/bin/goreleaser
23
+ go get github.com/golang/mock/mockgen
24
env:
25
GO111MODULE: on
26
# Go γγ»γγγ’γγ
0 commit comments