Skip to content

Commit b13ea6c

Browse files
authored
Merge pull request #806 from mackerelio/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 5584973 + b167c8e commit b13ea6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
5252
restore-keys: |
5353
${{ runner.os }}-go-
54-
- uses: actions/setup-go@v4
54+
- uses: actions/setup-go@v5
5555
with:
5656
go-version: 1.20.x
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)