Skip to content

chore(ci): add go1.21 to default test matrix #119

chore(ci): add go1.21 to default test matrix

chore(ci): add go1.21 to default test matrix #119

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -race