diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml index 9fcd81101..1ebdecd5d 100644 --- a/.github/workflows/go.tidy.yml +++ b/.github/workflows/go.tidy.yml @@ -8,6 +8,12 @@ jobs: fix: runs-on: ubuntu-latest steps: + - + name: Install Go + uses: actions/setup-go@v2 + with: + go-version: '^1.16' + id: go - name: Checkout uses: actions/checkout@v2