From 12344c5883c9869f00e5626a8e2441aab794f5b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:35:39 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6.2.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6546be7..40803cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: Ensure go.mod is already tidied run: go mod tidy && git diff --no-patch --exit-code - name: Run linters - uses: golangci/golangci-lint-action@v6.1.1 + uses: golangci/golangci-lint-action@v6.2.0 with: # renovate: depName=golangci/golangci-lint datasource=github-releases version: v1.63.4