Skip to content

Reorder v3.0.0 changelog to follow the same order as other entries #9

Reorder v3.0.0 changelog to follow the same order as other entries

Reorder v3.0.0 changelog to follow the same order as other entries #9

Workflow file for this run

name: test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Test
run: go test -race -v ./...