Skip to content

feat(trim): trim struct to (from) map on demands #49

feat(trim): trim struct to (from) map on demands

feat(trim): trim struct to (from) map on demands #49

Workflow file for this run

name: Compatibility Test
on: pull_request
jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.22.x, 1.23.x, 1.24.x]
os: [ubuntu-24.04-arm, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Unit Test
run: |
go test ./...