diff --git a/.github/workflows/github-actions-on-release.yaml b/.github/workflows/github-actions-on-release.yaml index 16bc329..ec51ae4 100644 --- a/.github/workflows/github-actions-on-release.yaml +++ b/.github/workflows/github-actions-on-release.yaml @@ -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