diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 95b6695..16abe4d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,16 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.14 - - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Run Revive Action - uses: morphy2k/revive-action@v1.3.3 + uses: morphy2k/revive-action@v1.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -