Skip to content

Commit f0ff3da

Browse files
committed
Update Go version to 1.24 in GitHub Actions workflow
1 parent 73e10ce commit f0ff3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ runs:
6666
steps:
6767
- name: Download go-coverage-report
6868
uses: actions/setup-go@v5
69+
with:
70+
go-version: '1.24'
6971
- name: Install report tool
7072
shell: bash
7173
run: |

0 commit comments

Comments
 (0)