Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 #5230

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 #5230

Workflow file for this run

name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test