chore: bump Go toolchain to 1.26.3 (#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.
This commit is contained in:
Hanzo Dev
2026-05-16 16:43:14 -07:00
committed by GitHub
parent 29314e9264
commit 8849fb7e9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
contents: read
env:
GO_VERSION: '1.26.2'
GO_VERSION: '1.26.3'
jobs:
test:
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
contents: write
env:
GO_VERSION: '1.26.2'
GO_VERSION: '1.26.3'
jobs:
build: