Skip to content

go.mod: bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#135) #429

go.mod: bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#135)

go.mod: bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#135) #429

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...