Skip to content

Large PR that introduces a v2 format alongside changes to support multiple serialization types. #19

Large PR that introduces a v2 format alongside changes to support multiple serialization types.

Large PR that introduces a v2 format alongside changes to support multiple serialization types. #19

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
runs-on: github-hosted-ubuntu-x64-large
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Install dependencies
run: go mod vendor
- name: Test with the Go CLI
run: go test --race ./...