Skip to content

Commit 0c141aa

Browse files
authored
Merge pull request #3 from JessieFrance/renovate/actions-setup-go-3.x
chore(deps): update actions/setup-go action to v3
2 parents bde5a13 + 703028f commit 0c141aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Setup Go
2222
- name: Setup Go
23-
uses: actions/setup-go@v2
23+
uses: actions/setup-go@v3
2424
with:
2525
go-version: '1.17'
2626

0 commit comments

Comments
 (0)