Skip to content

Commit

Permalink
Update the test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
demdxx committed Aug 23, 2023
1 parent 15a9128 commit 7486da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: lint
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 7486da6

Please sign in to comment.