Upgrade Go toolchain to 1.26.5

This commit is contained in:
2026-07-22 13:07:00 -04:00
parent 4454e918c2
commit ae0939177c
7 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ dependencies, secure server-side rendering, and a straightforward deployment
artifact.
## Decision
Use Go 1.24+ with the standard library plus minimal, audited packages. The Go
Use Go 1.26+ with the standard library plus minimal, audited packages. The Go
binary serves HTML templates and embeds its CSS, images, and small browser
scripts. There is no separate SPA, Node dependency tree, or frontend build
pipeline.