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.
2 parents 6068e65 + 0962258 commit ee720e3Copy full SHA for ee720e3
β.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