Skip to content

fix: minor spelling fix in docs (#1472) #14

fix: minor spelling fix in docs (#1472)

fix: minor spelling fix in docs (#1472) #14

Workflow file for this run

on:
push:
branches:
- master
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -race ./...