From 3f8f10973673a363ca311bd334bb1d993445867f Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:19:18 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20golang=20docker=20t?= =?UTF-8?q?ag=20(=201.22.3=20=E2=86=92=201.23.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 71a306e..b575e83 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4 secrets: inherit with: - go-version: "1.22.3" # renovate: depName=golang datasource=docker + go-version: "1.23.1" # renovate: depName=golang datasource=docker golangci-version: "v1.61.0" # renovate: depName=golangci/golangci-lint datasource=docker yamllint: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d43277e..04c259a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,5 +41,5 @@ jobs: secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} - go-version: "1.22.3" # renovate: depName=golang datasource=docker + go-version: "1.23.1" # renovate: depName=golang datasource=docker goreleaser-version: "v2.3.0" # renovate: depName=goreleaser/goreleaser datasource=docker