feat(go): add biome and svelte
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 42s
Build containers / dependent-images (infra) (push) Successful in 10s
Build containers / dependent-images (php) (push) Failing after 48s
Build containers / dependent-images (go) (push) Failing after 2m56s

This commit is contained in:
2026-09-02 21:39:39 +02:00
parent 0f26be02e4
commit 9bee08367c
+1 -1
View File
@@ -12,6 +12,6 @@ RUN GO_VERSION=$(curl -sL "https://go.dev/VERSION?m=text" | head -n 1 | tr -d '\
GOBIN=/usr/local/bin /usr/local/go/bin/go install github.com/go-delve/delve/cmd/dlv@latest
RUN dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install nodejs npm && \
npm install -g typescript typescript-language-server @tailwindcss/language-server
npm install -g typescript typescript-language-server @tailwindcss/language-server svelte-language-server @biomejs/biome
USER user