Skip to content

marshal: bring in []interface{} and array-of-constrained-interface te… #43

marshal: bring in []interface{} and array-of-constrained-interface te…

marshal: bring in []interface{} and array-of-constrained-interface te… #43

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.13' ]
name: Build and Test (Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go test