chore: bump Go toolchain to 1.26.3 (#110)

Pin Go version to 1.26.3 across go.mod, CI workflows, and Dockerfiles
for canonical alignment with the rest of the luxfi/* stack.
This commit is contained in:
Hanzo Dev
2026-05-16 16:46:20 -07:00
committed by GitHub
parent 8aa002d245
commit aeb4c30ef4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.26-alpine AS builder
FROM golang:1.26.3-alpine AS builder
RUN apk add --no-cache git make gcc musl-dev linux-headers bash
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-chain node builder
FROM golang:1.26-alpine AS builder
FROM golang:1.26.3-alpine AS builder
ARG CHAIN_TYPE=platform
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26-alpine AS builder
FROM golang:1.26.3-alpine AS builder
RUN apk add --no-cache git make gcc musl-dev linux-headers bash