Skip to content

Bump github.com/goccy/go-json from 0.10.3 to 0.10.4 #3173

Bump github.com/goccy/go-json from 0.10.3 to 0.10.4

Bump github.com/goccy/go-json from 0.10.3 to 0.10.4 #3173

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v -race ./...