Skip to content

Change how JSON UUIDs and byte arrays are exported #30

Change how JSON UUIDs and byte arrays are exported

Change how JSON UUIDs and byte arrays are exported #30

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5.0.2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4.1.7
with:
submodules: recursive
- name: Test
run: go test ./...