diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79316660f..2bdf43c88 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@v3 + uses: golangci/golangci-lint-action@v4 with: # Keep pinned to a verson as sometimes updates will add new lint # failures in unchanged code.