From e10707a7498df51da6d6157fb5dd73139960d230 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 13 Jul 2026 11:50:34 +0000 Subject: [PATCH] Update Go version from 1.26.4 to 1.26.5 Bump the canonical Go version in go.mod to the latest stable release. This is the only place a Go version is declared; workflows derive their version from go.mod via go-version-file. fixes #12 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2ae18b1..ad1b1ca 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/trancecode/ecs -go 1.26.4 +go 1.26.5