Skip to content

Commit ba07497

Browse files
authored
Merge pull request #13 from udaya2899/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
2 parents 23880da + eccbb2b commit ba07497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: ^1.15
2020

0 commit comments

Comments
 (0)