Skip to content

Commit 84d1a83

Browse files
authored
Merge pull request #257 from kbudde/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 81d4e66 + ca4a0e1 commit 84d1a83

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
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
-
2121
name: Set up Go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v3
2323
with:
2424
go-version: 1.17
2525
-

0 commit comments

Comments
 (0)