Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 #120

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1

chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 #120

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: go mod download
- run: go test ./...