Skip to content

Commit

Permalink
Setup go in actions on release
Browse files Browse the repository at this point in the history
Co-Authored-By: David Costa <[email protected]>
  • Loading branch information
CDimonaco and zarelit committed Nov 30, 2021
1 parent d404241 commit e5154d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v2
- name: Golang setup
uses: actions/setup-go@v2
with:
go-version: '^1.16.4'
- name: Install Task
uses: arduino/setup-task@v1
- name: Build linux binary
Expand Down

0 comments on commit e5154d8

Please sign in to comment.