Skip to content

Commit cab805b

Browse files
authored
Merge pull request #86 from shogo82148/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents effded1 + 0ba3e1a commit cab805b

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Set up Go ${{ matrix.go }}
37-
uses: actions/setup-go@v3
37+
uses: actions/setup-go@v4
3838
with:
3939
go-version: ${{ matrix.go }}
4040
id: go

0 commit comments

Comments
 (0)