Skip to content

Commit 22c5e54

Browse files
authored
add CI (#31)
Update build matrix to use 1.25.
1 parent f20a39f commit 22c5e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
go: [ '1.23', '1.24', '1.25.0-rc.2' ]
34+
go: [ '1.23', '1.24', '1.25' ]
3535
steps:
3636
- name: Check out code
3737
uses: actions/checkout@v4

0 commit comments

Comments
 (0)