Skip to content

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.9.0 #107

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.9.0

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.9.0 #107

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17.x
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
- run: make test