Update GO version to 1.21 in workflows, Goreleaser version in Docker #32
Annotations
1 error
release
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e \n apk add --no-cache ca-certificates jq\n if [[ ${TARGETARCH} == \"arm\" ]]; then VARIANT=$(echo ${TARGETVARIANT} | sed 's/^v//'); fi\n BIN_PATH=$(jq -r \".[] |select(.type == \\\"Binary\\\" and \\\n .name == \\\"${GO_APP}\\\" and \\\n .goos == \\\"${TARGETOS}\\\" and \\\n .goarch == \\\"${TARGETARCH}\\\" and \\\n (.goarm == \\\"${VARIANT}\\\" or .goarm == null)) | .path\" < /go/src/dist/artifacts.json)\n cp ${BIN_PATH} /go/bin\n" did not complete successfully: exit code: 1
|