Add README, LICENSE, Makefile, Dockerfile, and CI

Add a detailed README, WTFPL LICENSE, and build/CI tooling modeled on
the vaultik repo (Makefile, multi-stage digest-pinned Dockerfile,
.gitea/workflows/check.yml). Bump Go to 1.26.4 and pin golangci-lint
to v2.12.2. gofmt existing sources so the new fmt-check gate passes.
This commit is contained in:
2026-06-28 10:08:44 +02:00
parent 9c4f8a7cc9
commit 7316054b07
10 changed files with 413 additions and 7 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module git.eeqj.de/sneak/bsdaily
go 1.25.5
go 1.26.4
require (
golang.org/x/sys v0.41.0