From 6544bc3bae577cc91b517f065b805b08cbaf404a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:49:54 +0000 Subject: [PATCH] chore(deps): update dependency goreleaser/goreleaser to v2.14.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index acb2db415..c5dc89107 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ ENV BUILDKIT_VERSION=v0.27.1 ENV BUILDKIT_URL=https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz # renovate: datasource=github-releases depName=goreleaser/goreleaser -ENV GORELEASER_VERSION=v2.13.3 +ENV GORELEASER_VERSION=v2.14.3 ENV GORELEASER_URL=https://github.com/goreleaser/goreleaser/releases/download/${GORELEASER_VERSION}/goreleaser_Linux_x86_64.tar.gz RUN echo "Downloading and installing BuildKit..." && \ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04a404cd6..caec0e44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: distribution: goreleaser # renovate: datasource=github-tags depName=goreleaser/goreleaser - version: v2.13.3 + version: v2.14.3 args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}