We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9184802 commit 2d8848bCopy full SHA for 2d8848b
1 file changed
.github/workflows/codeChecks.yml
@@ -17,8 +17,9 @@ jobs:
17
18
runs-on: ubuntu-latest
19
strategy:
20
+ max-parallel: 1
21
matrix:
- go-version: ['1.25']
22
+ go-version: ['1.24', '1.25']
23
24
steps:
25
- name: Checkout
0 commit comments