Skip to content

chore(deps): bump github.com/evanphx/json-patch in the go-major group #20

chore(deps): bump github.com/evanphx/json-patch in the go-major group

chore(deps): bump github.com/evanphx/json-patch in the go-major group #20

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
go-version: ["1.15"]
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
- name: Upload to codecov
uses: codecov/[email protected]