Skip to content

Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 #22

Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1

Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 #22

Workflow file for this run

name: Go Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- name: Run tests with coverage
run: |
go test -coverprofile=coverage.out ./...