fix: repo standards audit — fix all divergences (closes #17) #18

Merged
sneak merged 10 commits from fix/repo-standards-audit into main 2026-02-27 05:10:00 +01:00
Showing only changes of commit 84303c969a - Show all commits

View File

@@ -10,7 +10,7 @@ RUN go mod download
COPY . .
# Run all checks — build fails if branch is not green
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.1.6
RUN make check
ARG VERSION=dev