Skip to content

Commit 26bada0

Browse files
authored
Merge pull request #6 from justereseau/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
2 parents ab25424 + c737499 commit 26bada0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: "1.25"
2626

0 commit comments

Comments
 (0)