Skip to content

Update v3.0.0 changelog diff link #8

Update v3.0.0 changelog diff link

Update v3.0.0 changelog diff link #8

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 ./...