Skip to content

Commit

Permalink
use setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 5, 2024
1 parent eed90c7 commit b8a8af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
matrix: ${{ fromJSON(needs.list.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: shogo82148/actions-setup-mysql@v1
Expand Down

0 comments on commit b8a8af2

Please sign in to comment.