Skip to content

Use 'errors.Join'. #184

Use 'errors.Join'.

Use 'errors.Join'. #184

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
go_test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: 1.16
- run: go test ./...