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 }}