Skip to content

fix(deps): update module github.com/evanphx/json-patch to v5.9.11+incompatible #1199

fix(deps): update module github.com/evanphx/json-patch to v5.9.11+incompatible

fix(deps): update module github.com/evanphx/json-patch to v5.9.11+incompatible #1199

Workflow file for this run

name: "Code Check"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
codecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Code check
shell: bash
run: make -j code-check