Skip to content

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 #22

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 #22

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go build -v
- run: go test -v