Skip to content

Commit 67aacf2

Browse files
authored
Merge pull request #72 from con/enh-entire
[DATALAD RUNCMD] Upgrade entire to 0.6.1
2 parents f3b550f + e48ede2 commit 67aacf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh
310310
| `datalad` | `uv tool install --with datalad-container --with datalad-next datalad` |
311311
| `jj` | Musl binary from GitHub release + zsh completion |
312312
| `deno` | Deno JS/TS runtime via install script + zsh/bash PATH setup |
313-
| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.5.3) |
313+
| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.6.1) |
314314
| `apptainer` | Apptainer `.deb` from upstream GitHub release (amd64 only; bookworm/trixie auto-detected) |
315315

316316
### Container Environment

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ RUN if [ "$EXTRA_ENTIRE" = "1" ]; then \
212212
mkdir -p /tmp/goroot && \
213213
tar -xzf /tmp/go.tar.gz -C /tmp/goroot --strip-components=1 && \
214214
GOROOT=/tmp/goroot GOPATH=/tmp/gopath PATH="/tmp/goroot/bin:$PATH" \
215-
go install github.com/entireio/cli/cmd/entire@v0.5.3 && \
215+
go install github.com/entireio/cli/cmd/entire@v0.6.1 && \
216216
mkdir -p ~/.local/bin && \
217217
mv /tmp/gopath/bin/entire ~/.local/bin/entire && \
218218
chmod -R u+w /tmp/gopath && \

0 commit comments

Comments
 (0)