Skip to content

fix(deps): update module gomodules.xyz/jsonpatch/v2 to v3 #403

fix(deps): update module gomodules.xyz/jsonpatch/v2 to v3

fix(deps): update module gomodules.xyz/jsonpatch/v2 to v3 #403

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.21"
- run: make setup-ci-env
- run: make validate-ci
- run: make validate
- run: make test