We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716613c commit 56cdd34Copy full SHA for 56cdd34
.github/workflows/nightlies.yaml
@@ -9,7 +9,7 @@ jobs:
9
tests:
10
strategy:
11
matrix:
12
- go: [ '1.23' ]
+ go: [ '1.23', '1.24' ]
13
uses: ./.github/workflows/tests.yaml
14
with:
15
sha: ${{ github.sha }}
@@ -19,7 +19,7 @@ jobs:
19
s390x:
20
21
22
23
uses: ./.github/workflows/s390x.yaml
24
25
@@ -29,7 +29,7 @@ jobs:
29
stress:
30
31
32
33
uses: ./.github/workflows/stress.yaml
34
35
@@ -39,7 +39,7 @@ jobs:
39
instrumented:
40
41
42
43
uses: ./.github/workflows/instrumented.yaml
44
45
0 commit comments