We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f7af0 commit 88ff16fCopy full SHA for 88ff16f
Makefile
@@ -11,7 +11,7 @@ endif
11
REPO=planetscale
12
NAME=pscale
13
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
14
-GORELEASE_CROSS_VERSION ?= v1.23.0
+GORELEASE_CROSS_VERSION ?= v1.21.5
15
SYFT_VERSION ?= 0.102.0
16
17
.PHONY: all
docker/Dockerfile.goreleaser
@@ -1,4 +1,4 @@
1
-ARG GORELEASE_CROSS_VERSION=v1.23.0
+ARG GORELEASE_CROSS_VERSION=v1.25.1
2
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}
3
4
RUN apt-get update && apt-get install -y openssh-client
0 commit comments