chore: bump Go toolchain to 1.26.3 (#25)

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:41:50 -07:00
committed by GitHub
parent 9e972740e0
commit eaea3f0719
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.26.3
- name: Check out code
uses: actions/checkout@v3