flake, go.mod: move to Go 1.26.4 and refresh dependencies

Track nixpkgs staging-next-26.05 for prebuilt Go 1.26.4 (security GO-2026-5037/5039;
unstable still ships 1.26.3, lagging the staging pipeline). Bump go.mod, refresh deps
(tailscale.com v1.100.0, modernc sqlite v1.52.0 with libc lockstep), test Dockerfiles, vendor hash.
This commit is contained in:
Kristoffer Dalby
2026-06-09 10:23:23 +00:00
committed by Kristoffer Dalby
parent 88044f43ff
commit f585f8a94d
7 changed files with 139 additions and 169 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"vendor": {
"goModSum": "sha256-RjKl/xIblVgslZs9kl7KUgeiOQpJ+gKqCnhml1U+MOg=",
"sri": "sha256-4YiDhywnBPNLV7W5QffjJdOeDzEJW3zLWf7PHOWmYrE="
"goModSum": "sha256-8FjArEPb2+uULaGPxj66RAW4ml5cZ3SuHj127E5rXjg=",
"sri": "sha256-GZknkIEkq09thHGvwkEBHKd9eu6qg7KiNW2uXTKPzUA="
}
}