diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6230025..7593907 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: # Pinned so new lint rules arrive via a dependency update PR rather than breaking unrelated builds. # renovate: datasource=github-releases depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: v2.12.2 + GOLANGCI_LINT_VERSION: v2.13.2 jobs: test: