From a0548a71ccc83d00e9017e9b8189ca4160be419d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:28:27 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20golangci/golangci-lint?= =?UTF-8?q?=20(v2.12.2=20=E2=86=92=20v2.13.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-releases | golangci/golangci-lint | v2.12.2 | v2.13.1 | --- .github/workflows/ci.yaml | 2 +- backend/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91f30753..d187d3ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9 with: - version: v2.12.2 + version: v2.13.1 working-directory: backend backend-test: diff --git a/backend/Makefile b/backend/Makefile index 9199fcc9..336af184 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,7 +1,7 @@ .PHONY: lint test test-setup test-teardown test-migrate test-run build clean help migrate serve # Configuration (can be overridden for CI) -GOLANGCI_LINT_VERSION ?= v2.12.2 +GOLANGCI_LINT_VERSION ?= v2.13.1 TEST_DB_CONTAINER := swimstats-test-postgres TEST_DB_NAME ?= swimstats_test TEST_DB_USER ?= swimstats