Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
env:
GO_VERSION: "1.24"
GO_VERSION: "1.25.6"
NODE_VERSION: 22
NODE_OPTIONS: --max-old-space-size=4096
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

env:
NODE_VERSION: 22
GO_VERSION: "1.24"
GO_VERSION: "1.25.6"

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths: [.github/workflows/copilot-setup-steps.yml]

env:
GO_VERSION: "1.24"
GO_VERSION: "1.25.6"
NODE_VERSION: 22

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testdriver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
workflow_dispatch: null

env:
GO_VERSION: "1.24"
GO_VERSION: "1.25.6"
NODE_VERSION: 22

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- completed

env:
GO_VERSION: "1.24"
GO_VERSION: "1.25.6"
NODE_VERSION: 22

permissions:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wavetermdev/waveterm

go 1.24.6
go 1.25.6

require (
github.com/Microsoft/go-winio v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/cpuchart/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/cpuchart

go 1.24.6
go 1.25.6

require (
github.com/shirou/gopsutil/v4 v4.25.8
Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/githubaction/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/githubaction

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/modaltest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wavetermdev/waveterm/tsunami/demo/modaltest

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0-00010101000000-000000000000

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/pomodoro/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/pomodoro

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/recharts/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/recharts

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/tabletest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/tabletest

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/todo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/todo

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/demo/tsunamiconfig/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tsunami/app/tsunamiconfig

go 1.24.6
go 1.25.6

require github.com/wavetermdev/waveterm/tsunami v0.0.0

Expand Down
2 changes: 1 addition & 1 deletion tsunami/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wavetermdev/waveterm/tsunami

go 1.24.6
go 1.25.6

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion tsunami/templates/empty-gomod.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module empty

go 1.24.6
go 1.25.6