Skip to content

Respect TypeModifierOmitStackTrace in Builder #55

Respect TypeModifierOmitStackTrace in Builder

Respect TypeModifierOmitStackTrace in Builder #55

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20', 1.21, 1.22, 1.23]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- name: Build
run: go test -v ./...