Skip to content

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

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 #8

Workflow file for this run

on: pull_request
name: Build and Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Build
run: make build