Skip to content

Commit fdfd34c

Browse files
authored
Merge pull request #330 from shogo82148/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 1f90006 + 5c3bc45 commit fdfd34c

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: src/github.com/shogo82148/goa-v1
2626
persist-credentials: false
27-
- uses: actions/setup-go@v5
27+
- uses: actions/setup-go@v6
2828
with:
2929
go-version: ${{ matrix.go }}
3030
- run: |

0 commit comments

Comments
 (0)