From 56bd49640d182b989db808b0eeb86b4177a48bc3 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Tue, 31 Mar 2026 22:37:26 -0700 Subject: [PATCH] fix golang setup --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f28c652..a0e2d38 100644 --- a/Containerfile +++ b/Containerfile @@ -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