From 8e6876da43df4f52794888b1293139ffb6734ebb Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Sun, 7 Jun 2026 10:44:55 -0700 Subject: [PATCH] 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. --- .github/workflows/go.yml | 6 +++--- Dockerfile | 2 +- Dockerfile.alltools | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 16b3b1599..8cd113fe0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.26.3 + go-version: 1.26.4 cache: false - name: Run linters @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26.3' + go-version: '1.26.4' cache: false - name: Build @@ -64,7 +64,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26.3' + go-version: '1.26.4' cache: false - name: Install cross toolchain diff --git a/Dockerfile b/Dockerfile index 46137bda7..2fb39235d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VERSION="" ARG BUILDNUM="" # Build Geth in a stock Go builder container -FROM golang:1.26.3-alpine AS builder +FROM golang:1.26.4-alpine AS builder RUN apk add --no-cache gcc musl-dev linux-headers git diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 24e3205e4..2d589a28e 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -4,7 +4,7 @@ ARG VERSION="" ARG BUILDNUM="" # Build Geth in a stock Go builder container -FROM golang:1.26.3-alpine AS builder +FROM golang:1.26.4-alpine AS builder RUN apk add --no-cache gcc musl-dev linux-headers git