Skip to content

Commit b8a8af2

Browse files
committed
use setup-go@v5
1 parent eed90c7 commit b8a8af2

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
@@ -74,7 +74,7 @@ jobs:
7474
matrix: ${{ fromJSON(needs.list.outputs.matrix) }}
7575
steps:
7676
- uses: actions/checkout@v4
77-
- uses: actions/setup-go@v4
77+
- uses: actions/setup-go@v5
7878
with:
7979
go-version: ${{ matrix.go }}
8080
- uses: shogo82148/actions-setup-mysql@v1

0 commit comments

Comments
 (0)