Skip to content

Commit a33da02

Browse files
committed
chore: Update Go to 1.25.5
1 parent 85c646d commit a33da02

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.25.3"
22+
go-version: "1.25.5"
2323
cache: true
2424
cache-dependency-path: |
2525
**/go.sum
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: "1.25.3"
64+
go-version: "1.25.5"
6565
cache: true
6666
cache-dependency-path: |
6767
**/go.sum
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Go
9292
uses: actions/setup-go@v5
9393
with:
94-
go-version: "1.25.3"
94+
go-version: "1.25.5"
9595
cache: true
9696
cache-dependency-path: |
9797
**/go.sum

docs/assets/playground/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/Dobefu/DLiteScript-playground-wasm
22

3-
go 1.25.3
3+
go 1.25.5
44

5-
require github.com/Dobefu/DLiteScript v0.1.1
5+
require github.com/Dobefu/DLiteScript v0.1.2
66

7-
require github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf // indirect
7+
require github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab // indirect
88

99
replace github.com/Dobefu/DLiteScript => ../../../

docs/assets/playground/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf h1:54Pm/NspztlqCrmHKdZ0iFmIbpKc4hFPOzAD8oxv2Rc=
22
github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf/go.mod h1:W8c6SFAQ1yMvyM++Qwt+8rFpUOfY4qGeZph2JMGmFho=
3+
github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab h1:hH27w5Oebg1TJrDv+ofl1bYCsaosjfi+1C/kWCCnaFg=
4+
github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab/go.mod h1:yDv1G7gFR9ChNR8bVxJUYnDcRUt0wUcOGhATSMfuTII=

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/Dobefu/DLiteScript
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
6-
github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf
6+
github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab
77
github.com/spf13/cobra v1.10.2
88
)
99

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf h1:54Pm/NspztlqCrmHKdZ0iFmIbpKc4hFPOzAD8oxv2Rc=
22
github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf/go.mod h1:W8c6SFAQ1yMvyM++Qwt+8rFpUOfY4qGeZph2JMGmFho=
3+
github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab h1:hH27w5Oebg1TJrDv+ofl1bYCsaosjfi+1C/kWCCnaFg=
4+
github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab/go.mod h1:yDv1G7gFR9ChNR8bVxJUYnDcRUt0wUcOGhATSMfuTII=
35
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
46
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
57
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=

0 commit comments

Comments
 (0)