Skip to content

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#92) #42

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#92)

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#92) #42

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19.x'
- name: Run Go Build
run: make build
- name: Run tests
run: make test_all