fix(scripts): install Go 1.25.3 in pre-commit container and fix formatting

This commit is contained in:
2025-11-07 09:47:50 +01:00
parent b531f92436
commit 93623e6865
6 changed files with 26 additions and 9 deletions

4
ci/pre-commit/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:latest
# install node (Alpine)
RUN apk add --no-cache nodejs npm gcc build-base musl-dev curl make