Skip to content

Commit

Permalink
ci: Add GOPATH to binary build job & fix setup-go action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Aug 20, 2021
1 parent 7f5775a commit 536aab0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ jobs:
needs: version_bump
name: Add Binaries to release
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/go
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: 1.16.7
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install modules
Expand Down

0 comments on commit 536aab0

Please sign in to comment.