Skip to content

update gop to support MaxDepth #254

update gop to support MaxDepth

update gop to support MaxDepth #254

Workflow file for this run

name: Example
on: [push]
env:
GODEBUG: tracebackancestors=1000
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: lib/example
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: lint
run: go run github.com/ysmood/golangci-lint@latest -v 1.64.5
- name: test
run: |
go test -race -coverprofile=coverage.out ./...
go run github.com/ysmood/got/cmd/check-cov@latest