Skip to content

docs: remove an old reference to seeding rand in examples #86

docs: remove an old reference to seeding rand in examples

docs: remove an old reference to seeding rand in examples #86

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- "1.13"
- "1.14"
- "1.15"
- "1.16"
- "1.17"
- "1.18"
- "1.19"
name: Go ${{ matrix.go }} test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -race ./...