diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 72a24ae..6ad9293 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -37,6 +37,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2.4.0 - name: Go-linter-1 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: ./...