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:01:40 -07:00
parent 82dc2a0094
commit cf1c214a0e
+1 -1
View File
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget ca-certificates \ wget ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ARG GO_VERSION=1.26.1 ARG GO_VERSION=1.26.4
ARG TARGETARCH ARG TARGETARCH
RUN wget -q "https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" \ RUN wget -q "https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" \