Skip to content

Commit

Permalink
Update goreleaser to 2.6.1 (#402)
Browse files Browse the repository at this point in the history
This should fix a detected vulnerability in `golang.org/x/crypto/ssh`.
This is not relevant for our usage, but gets flagged by scanners.
  • Loading branch information
julienp authored Feb 5, 2025
1 parent ed742ca commit f627c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit f627c89

Please sign in to comment.