mirror of
https://github.com/foomo/contentserver.git
synced 2026-06-02 16:40:01 +00:00
Updates go.mod from 1.25.4 to 1.26.0. Tests pass under the new toolchain. The bump enables Go 1.26 runtime improvements for downstream users (notably Green Tea GC via GOEXPERIMENT=greentea at build time). Fixes two format-string errors that Go 1.26's stricter vet now catches: - responses/error.go: use %d for int Status/Code fields (was %q) - pkg/repo/loader.go: use %d for http.StatusOK int argument (was %q)