deps: bump Go to 1.26.4 across go.mod, Dockerfiles, GH Actions

Workspace-wide sync. luxfi/node already shipped on 1.26.4 in v1.30.6
(commit 121aca1fa9); this is the cross-repo catch-up.
This commit is contained in:
Hanzo AI
2026-06-07 11:04:06 -07:00
parent 765edeb776
commit 8d99f628fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
jobs:
lint:
+1 -1
View File
@@ -14,7 +14,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
jobs:
fresh-clone-test: