diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdf43c889..2454342805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -463,7 +463,7 @@ jobs: go-version-file: src/go.mod - name: Go Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: # Keep pinned to a verson as sometimes updates will add new lint # failures in unchanged code.