Nieuwe networks
Some checks failed
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m43s
Build containers / dependent-images (dotnet) (push) Successful in 2s
Build containers / dependent-images (rust) (push) Failing after 43s
Build containers / dependent-images (go) (push) Successful in 1m17s

This commit is contained in:
maurice
2026-03-12 10:45:13 +01:00
parent 21cbf0d212
commit 9f435b6a30
6 changed files with 26 additions and 12 deletions

View File

@@ -4,4 +4,6 @@ USER root
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf -y --setopt=keepcache=1 install go
RUN go install golang.org/x/tools/gopls@latest
USER user