We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e10ce commit f0ff3daCopy full SHA for f0ff3da
action.yml
@@ -66,6 +66,8 @@ runs:
66
steps:
67
- name: Download go-coverage-report
68
uses: actions/setup-go@v5
69
+ with:
70
+ go-version: '1.24'
71
- name: Install report tool
72
shell: bash
73
run: |
0 commit comments