Skip to content

Commit a771937

Browse files
authored
upgrade to go 1.25.6 (#2784)
1 parent 9ae29ea commit a771937

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

.github/workflows/build-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "v[0-9]+.[0-9]+.[0-9]+*"
1111
workflow_dispatch:
1212
env:
13-
GO_VERSION: "1.24"
13+
GO_VERSION: "1.25.6"
1414
NODE_VERSION: 22
1515
NODE_OPTIONS: --max-old-space-size=4096
1616
jobs:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
env:
3636
NODE_VERSION: 22
37-
GO_VERSION: "1.24"
37+
GO_VERSION: "1.25.6"
3838

3939
jobs:
4040
analyze:

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths: [.github/workflows/copilot-setup-steps.yml]
99

1010
env:
11-
GO_VERSION: "1.24"
11+
GO_VERSION: "1.25.6"
1212
NODE_VERSION: 22
1313

1414
jobs:

.github/workflows/testdriver-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
workflow_dispatch: null
2929

3030
env:
31-
GO_VERSION: "1.24"
31+
GO_VERSION: "1.25.6"
3232
NODE_VERSION: 22
3333

3434
permissions:

.github/workflows/testdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- completed
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25.6"
1111
NODE_VERSION: 22
1212

1313
permissions:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wavetermdev/waveterm
22

3-
go 1.24.6
3+
go 1.25.6
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

tsunami/demo/cpuchart/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tsunami/app/cpuchart
22

3-
go 1.24.6
3+
go 1.25.6
44

55
require (
66
github.com/shirou/gopsutil/v4 v4.25.8

tsunami/demo/githubaction/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tsunami/app/githubaction
22

3-
go 1.24.6
3+
go 1.25.6
44

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

tsunami/demo/modaltest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wavetermdev/waveterm/tsunami/demo/modaltest
22

3-
go 1.24.6
3+
go 1.25.6
44

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

tsunami/demo/pomodoro/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tsunami/app/pomodoro
22

3-
go 1.24.6
3+
go 1.25.6
44

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

0 commit comments

Comments
 (0)