Skip to content

changed: use go-runtimex to rewrite some functions #20

changed: use go-runtimex to rewrite some functions

changed: use go-runtimex to rewrite some functions #20

Workflow file for this run

name: Go
on: push
env:
DEBUG: true
jobs:
build:
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}
strategy:
matrix:
go:
- '1.22'
- '1.23'
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -cover -race ./...