Skip to content

build(deps): Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #57

build(deps): Bump github.com/goccy/go-json from 0.10.2 to 0.10.3

build(deps): Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #57

Workflow file for this run

name: Go quality check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...