Skip to content

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.12.0 #204

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

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.12.0 #204

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.21.x
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
- run: make test