Skip to content

Commit 867cb12

Browse files
authored
update tests.yml (#601)
1 parent ce4da2d commit 867cb12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
go:
14+
- "1.25"
1415
- "1.24"
1516
- "1.23"
1617
- "1.22"
@@ -56,7 +57,7 @@ jobs:
5657
strategy:
5758
matrix:
5859
go:
59-
- "1.21"
60+
- "1.25"
6061
steps:
6162
- name: Set up Go ${{ matrix.go }}
6263
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)