diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 99a7a953..abac730f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -13,7 +13,10 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 - + - name: Setup Go + uses: actions/setup-go@v2 + with: + go-version: 1.16.x - name: Update component versions id: update run: |