From f81fefa82265555d2ffcfb95035f99727593ae55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:43:54 +0000 Subject: [PATCH 1/2] =?UTF-8?q?ci(github-action):=20update=20docker/metada?= =?UTF-8?q?ta-action=20digest=20(=20030e881=20=E2=86=92=2085e876b=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 984a4c59..be000fba 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -125,7 +125,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf + uses: docker/metadata-action@85e876bd3a78bcc6b9925c818c482e365cf13b71 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}${{ inputs.suffix }} flavor: | From 40514afc002ab97825f7e3c3d9361d6648ef6ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:05:37 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat(deps)!:=20Update=20pre-commit=20hook?= =?UTF-8?q?=20golangci/golangci-lint=20(=20v1.64.8=20=E2=86=92=20v2.11.1?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.64.8 | v2.11.1 | | github-releases | golangci/golangci-lint | v1.64.8 | v2.11.1 | --- .github/workflows/docker-image.yaml | 2 +- .github/workflows/tests.yaml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index be000fba..984a4c59 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -125,7 +125,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@85e876bd3a78bcc6b9925c818c482e365cf13b71 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}${{ inputs.suffix }} flavor: | diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 19d1fcbb..b2c90cca 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -66,7 +66,7 @@ jobs: - uses: golangci/golangci-lint-action@v6 if: steps.changes.outputs.go-files == 'true' with: - version: v1.64.8 + version: v2.11.1 args: --timeout 5m --config .github/lint/golangci.yaml go-tests: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff62c5dd..4bfb5da6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - .github/lint/yamllint.yaml id: yamllint - repo: https://github.com/golangci/golangci-lint - rev: v1.64.8 + rev: v2.11.1 hooks: - id: golangci-lint args: