From 3f8dcde830104197c673b4bfbab2fc7502a45c7e Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Sat, 16 May 2026 16:43:51 -0700 Subject: [PATCH] chore: bump Go toolchain to 1.26.3 Pin Go version to 1.26.3 across go.mod, CI workflows, and Dockerfiles for canonical alignment with the rest of the luxfi/* stack. --- .github/workflows/ci.yml | 2 +- .github/workflows/release-binaries.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1cd720c1..7168d6753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [ main, develop ] env: - GO_VERSION: '1.25.5' + GO_VERSION: '1.26.3' GOWORK: off CGO_ENABLED: "0" diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 30a56b1fa..97a1c671e 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.26' + go-version: '1.26.3' - name: Build run: | CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o lux main.go