Skip to content

Commit 2d8848b

Browse files
committed
ci: run Go tests against 1.24 and 1.25 sequentially to avoind port binding conflicts
1 parent 9184802 commit 2d8848b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeChecks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717

1818
runs-on: ubuntu-latest
1919
strategy:
20+
max-parallel: 1
2021
matrix:
21-
go-version: ['1.25']
22+
go-version: ['1.24', '1.25']
2223

2324
steps:
2425
- name: Checkout

0 commit comments

Comments
 (0)