From fb56fe8ebd2efd42d5bcec956a2bf9bc7c715f6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:13:41 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.64.4 (#168) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 487fa53..b1ff63e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: pull_request: env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v1.64.3" + GOLANGCI_LINT_VERSION: "v1.64.4" jobs: lint: name: Lint