From a6ed4852c11529e29d19fb19316d3207cdfdf769 Mon Sep 17 00:00:00 2001 From: Julien Poissonnier Date: Tue, 4 Feb 2025 19:56:28 +0100 Subject: [PATCH] Update goreleaser to 2.6.1 --- docker/pulumi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/pulumi/Dockerfile b/docker/pulumi/Dockerfile index e14a455..ee8bc3f 100644 --- a/docker/pulumi/Dockerfile +++ b/docker/pulumi/Dockerfile @@ -221,7 +221,7 @@ ENV PULUMICTL_VERSION 0.0.48 # https://github.com/golangci/golangci-lint/releases ENV GOLANGCI_LINT_VERSION 1.62.0 # https://github.com/goreleaser/goreleaser/releases -ENV GORELEASER_VERSION 2.4.4 +ENV GORELEASER_VERSION 2.6.1 SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]