Skip to content

Commit 912d5e0

Browse files
committed
Update Go version in CI configuration to 1.25
1 parent 0b74cb9 commit 912d5e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: [ '1.22' , '1.23' , '1.24' ]
14+
go: [ '1.25' ]
1515
steps:
1616
- name: Set up Go ${{ matrix.go }}
1717
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)