Skip to content

Add warning about use of github.com/go-json-experiment/json #13

Add warning about use of github.com/go-json-experiment/json

Add warning about use of github.com/go-json-experiment/json #13

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GOTOOLCHAIN: local
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go test ./...
go test -race ./...