diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index feeeb036f..31a5deaf1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,5 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: '1.17' - name: Lint - run: make lint \ No newline at end of file + run: make lint