diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6b8e1d6c..d0610862 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v8 with: args: --timeout=3m --enable copyloopvar --out-format colored-line-number skip-pkg-cache: true