deps: bump Go to 1.26.4 across go.mod, Dockerfiles, GH Actions

Workspace-wide sync. luxfi/node already shipped on 1.26.4 in v1.30.6
(commit 121aca1fa9); this is the cross-repo catch-up.
This commit is contained in:
Hanzo AI
2026-06-07 10:47:15 -07:00
parent fc38410e31
commit 82dc2a0094
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26.3'
go-version: '1.26.4'
check-latest: true
- name: Run static analysis tests
shell: bash
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26.3'
go-version: '1.26.4'
- run: go test -v -timeout 10m ./...
env:
CGO_ENABLED: "0"
@@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26.3'
go-version: '1.26.4'
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26.3'
go-version: '1.26.4'
check-latest: true
- name: Cache Go modules
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26.3'
go-version: '1.26.4'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with: