Skip to content

Commit 88ff16f

Browse files
authored
meta: move goreleaser-cross back to v1.21.5 (#823)
Turns out, these are different releases for goreleaser-cross vs goreleaser, and v1.21.5 is the latest for -cross variant.
1 parent 49f7af0 commit 88ff16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
REPO=planetscale
1212
NAME=pscale
1313
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
14-
GORELEASE_CROSS_VERSION ?= v1.23.0
14+
GORELEASE_CROSS_VERSION ?= v1.21.5
1515
SYFT_VERSION ?= 0.102.0
1616

1717
.PHONY: all

docker/Dockerfile.goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GORELEASE_CROSS_VERSION=v1.23.0
1+
ARG GORELEASE_CROSS_VERSION=v1.25.1
22
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}
33

44
RUN apt-get update && apt-get install -y openssh-client

0 commit comments

Comments
 (0)