Skip to content

chore(ci): set compatibility to go1.22+ #132

chore(ci): set compatibility to go1.22+

chore(ci): set compatibility to go1.22+ #132

Workflow file for this run

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