diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6bf17f1cb600..863d6e119aa7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,12 +44,9 @@ jobs: # - 1.18rc1 -> 1.18.0-rc.1 go-version: ${{ env.GO_VERSION }} - name: lint - uses: golangci/golangci-lint-action@v4.0.0 + uses: golangci/golangci-lint-action@v5.1.0 with: version: latest - # skip cache because of flaky behaviors - skip-build-cache: true - skip-pkg-cache: true tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors