Skip to content

Commit

Permalink
Merge pull request #4 from wangyoucao577/master
Browse files Browse the repository at this point in the history
Solve dependency by pre_command that will be executed before `go build`
  • Loading branch information
BenjaminNavarro authored Mar 9, 2020
2 parents a0f2b56 + 8cdd2f3 commit 8093196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
goarch: ["386", amd64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@master
- uses: wangyoucao577/go-release-action@v1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
pre_command: "go get -v -t -d ./... "

0 comments on commit 8093196

Please sign in to comment.