Skip to content

Commit e5154d8

Browse files
CDimonacozarelit
andcommitted
Setup go in actions on release
Co-Authored-By: David Costa <david@zarel.net>
1 parent d404241 commit e5154d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions-on-release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1414
- name: Check out repository code
1515
uses: actions/checkout@v2
16+
- name: Golang setup
17+
uses: actions/setup-go@v2
18+
with:
19+
go-version: '^1.16.4'
1620
- name: Install Task
1721
uses: arduino/setup-task@v1
1822
- name: Build linux binary

0 commit comments

Comments
 (0)