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 0519daa commit 7066f56Copy full SHA for 7066f56
.github/workflows/test-cov.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-go@v5
20
with:
21
- go-version: "stable"
+ go-version: "1.23"
22
23
- run: ./scripts/test-coverage
24
.github/workflows/test-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Run Integration Tests
44
env:
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
25
26
27
- run: ./scripts/test
0 commit comments