From a5db410b15ee5db0b988d29a0a983873acfde1e1 Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Sun, 7 Jun 2026 10:44:51 -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/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed85fa1..3537de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go-version: ['1.26.3'] + go-version: ['1.26.4'] steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index f0a5f6b..48f4ecb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.26.3-alpine AS builder +FROM golang:1.26.4-alpine AS builder # Install build dependencies RUN apk add --no-cache git make