Skip to content

Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 #925

Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11

Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 #925

Workflow file for this run

---
name: Unit tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.23.5
- name: tests
run: |
make test