Skip to content

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0 #3984

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0

chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0 #3984

Workflow file for this run

name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test