Skip to content

Commit 39e0e7c

Browse files
authored
fix: go version for update-contributors (#4582)
* fix: go version for update-contributors * use 1.24.8 better
1 parent 66f06cd commit 39e0e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "user-id=$(gh api "/users/${APP_BOT}" --jq .id)" >> "$GITHUB_OUTPUT"
4545
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
4646
with:
47-
go-version: 1.23.11
47+
go-version: 1.24.8
4848
- name: Update contributors
4949
run: make update-contributors
5050

0 commit comments

Comments
 (0)