chore: bump Go toolchain to 1.26.3 (#2)

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:42:40 -07:00
committed by GitHub
parent 29a8ff3e4d
commit 7cd6b6e71c
+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
# Install build dependencies
RUN apk add --no-cache git make