Skip to content

Commit

Permalink
workflow: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 12, 2023
1 parent 0113289 commit 77cf6d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
test:
strategy:
matrix:
go: [ '1.20', '1.19', '1.18' ]
go: [ 'latest', '1.21', '1.20' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Install dependencies
Expand Down

0 comments on commit 77cf6d1

Please sign in to comment.