Files
contentserver/responses
Stefan Martinov e90e790b8b chore: bump Go toolchain to 1.26.0
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)
2026-04-29 16:19:25 +02:00
..
2026-04-29 16:19:25 +02:00
2024-03-21 16:03:21 +01:00
2024-03-21 16:03:21 +01:00