Skip to content

Upgrade to Go 1.21

Upgrade to Go 1.21 #55

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
check-latest: true
- run: go test -v -count=1 -race -shuffle=on -cover ./...