Skip to content

Commit da7b05e

Browse files
committed
Modify continuous integration script to support test with go1.25
1 parent 0556f53 commit da7b05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
os: [ darwin, linux, windows ]
5858
arch: [ amd64, arm64 ]
59-
go: [ '1.24' ]
59+
go: [ '1.25' ]
6060
exclude:
6161
# linux excludes
6262
- os: linux
@@ -107,7 +107,7 @@ jobs:
107107
matrix:
108108
os: [ darwin, linux, windows ]
109109
arch: [ amd64, arm64 ]
110-
go: [ '1.24' ]
110+
go: [ '1.25' ]
111111
exclude:
112112
# linux excludes
113113
- os: linux

0 commit comments

Comments
 (0)