Skip to content

Commit

Permalink
add go1.21 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
smasher164 committed Dec 28, 2023
1 parent b6b9d72 commit 82c7ce5
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 @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.21.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v ./...
run: go test -v ./...

0 comments on commit 82c7ce5

Please sign in to comment.