Skip to content

Commit e45e487

Browse files
Update actions/setup-go from v5 to v6
1 parent 4e1cb52 commit e45e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-go/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Set up Go
7-
uses: actions/setup-go@v5
7+
uses: actions/setup-go@v6
88
with:
99
go-version: '1.24'
1010
# unfortunately we cannot use the provided caching because it uses the

0 commit comments

Comments
 (0)