Skip to content

Commit 7991136

Browse files
authored
Merge pull request #18 from arduino/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents a0df863 + 76d52e2 commit 7991136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@v3
142142

143143
- name: Install Go
144-
uses: actions/setup-go@v2
144+
uses: actions/setup-go@v3
145145
with:
146146
go-version: "1.16.2"
147147

0 commit comments

Comments
 (0)