Skip to content

Commit

Permalink
fix(buildenvs): Downgrade goreleaser-cross to v1.23.6 (#2148)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <[email protected]>
Approved-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc authored Feb 11, 2025
2 parents 49193ac + 484cddb commit cc39a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenvs/myself.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY --from=xen /usr/lib/x86_64-linux-gnu/liblzma.a \

WORKDIR /go/src/kraftkit.sh

COPY --from=ghcr.io/goreleaser/goreleaser-cross:v1.24.0 /usr/bin/goreleaser /usr/bin/
COPY --from=ghcr.io/goreleaser/goreleaser-cross:v1.23.6 /usr/bin/goreleaser /usr/bin/

ENV DOCKER=
ENV GOROOT=/usr/local/go
Expand Down

0 comments on commit cc39a7a

Please sign in to comment.