diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6414b73..a70b511 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: go mod tidy - name: Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v5 with: skip-cache: true skip-pkg-cache: true