fix golang setup

This commit is contained in:
Brent Schroeter 2026-03-31 22:37:26 -07:00
parent 00b82a3dce
commit 56bd49640d

View file

@ -46,8 +46,8 @@ RUN curl -fsSL https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42a
RUN fish -c 'fish_add_path /home/$USERNAME/.local/bin'
# Finish Go setup.
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
RUN go install golang.org/x/tools/gopls@latest
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
# Copy Helix configurations.
# It seems there's a bug in `apple/container`'s COPY implementation that fails