From 57f1caf4d5c9613dfb608d5f477f6f6bbb0b6347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:08:41 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v6 --- .github/workflows/push-pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yml b/.github/workflows/push-pr-lint.yml index 8fcd2cc..afeb234 100644 --- a/.github/workflows/push-pr-lint.yml +++ b/.github/workflows/push-pr-lint.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: skip-cache: true args: --config .golangci.yml --timeout 2m