Skip to content

Commit

Permalink
ci: add go install for linux pre-release (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight authored Jan 4, 2022
1 parent f92e7f8 commit 026db97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/prerelease_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{env.GO_VERSION}}

- name: Running Harvest tests
run: make linux/harvest-tests

Expand All @@ -70,6 +75,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{env.GO_VERSION}}

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 026db97

Please sign in to comment.