Skip to content

Commit 40f66ab

Browse files
pRizzclaude
andcommitted
chore(docker): upgrade Go from 1.25 to 1.26
Go 1.26.0 was released on 2026-02-10. Bump the mise-managed Go version in the container image to pick up the latest stable release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d28a47f commit 40f66ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/core/src/docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ ENV PATH="/home/opencoder/.local/bin:${PATH}"
258258
RUN curl https://mise.run | sh \
259259
&& echo 'eval "$(/home/opencoder/.local/bin/mise activate bash)"' >> /home/opencoder/.bashrc
260260

261-
# Install language runtimes via mise (2026-02-03)
261+
# Install language runtimes via mise (2026-02-11)
262262
# - node@25: pinned to major version
263263
# - python@3.13: pinned to major version (3.13 has precompiled binaries available)
264-
# - go@1.25: pinned to minor version
264+
# - go@1.26: pinned to minor version
265265
#
266266
# MISE_PYTHON_COMPILE=0: Disable Python compilation from source.
267267
# If no precompiled binary exists, mise will fail fast instead of hanging
@@ -272,10 +272,10 @@ RUN timeout 600 sh -c '\
272272
export MISE_PYTHON_COMPILE=0 && \
273273
/home/opencoder/.local/bin/mise install node@25 && \
274274
/home/opencoder/.local/bin/mise install python@3.13 && \
275-
/home/opencoder/.local/bin/mise install go@1.25 && \
275+
/home/opencoder/.local/bin/mise install go@1.26 && \
276276
/home/opencoder/.local/bin/mise use --global node@25 && \
277277
/home/opencoder/.local/bin/mise use --global python@3.13 && \
278-
/home/opencoder/.local/bin/mise use --global go@1.25'
278+
/home/opencoder/.local/bin/mise use --global go@1.26'
279279

280280
# Set up mise shims in PATH for non-interactive shells
281281
ENV PATH="/home/opencoder/.local/share/mise/shims:${PATH}"

0 commit comments

Comments
 (0)