Skip to content

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.13.0 #773

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.13.0

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.13.0 #773

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/codecov-action@v3.1.4